This commit is contained in:
Chris Forbes
2010-09-18 19:57:45 +12:00
parent 872a304714
commit 0330ef2b9e
7 changed files with 25 additions and 25 deletions

View File

@@ -11,15 +11,12 @@
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using System.Windows.Forms;
using OpenRA.FileFormats;
using OpenRA.GameRules;
using OpenRA.Traits;
using OpenRA.Widgets;
using OpenRA.Graphics;
using OpenRA.Traits;
namespace OpenRA.Editor
{