This commit is contained in:
Chris Forbes
2011-11-06 22:13:21 +13:00
parent 6cb8ee1f9f
commit 83929af62a

View File

@@ -1,10 +1,15 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
#region Copyright & License Information
/*
* Copyright 2007-2011 The OpenRA Developers (see AUTHORS)
* This file is part of OpenRA, which is free software. It is made
* available to you under the terms of the GNU General Public License
* as published by the Free Software Foundation. For more information,
* see COPYING.
*/
#endregion
using System;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using OpenRA.FileFormats;