almost working

This commit is contained in:
Chris Forbes
2010-05-08 20:38:41 +12:00
parent a09aed3370
commit 5124319a29
2 changed files with 28 additions and 11 deletions

View File

@@ -1,13 +1,9 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.IO;
using System.Windows.Forms;
using OpenRA.FileFormats;
using System.IO;
namespace OpenRA.Editor
{