This commit is contained in:
Chris Forbes
2011-02-17 09:00:21 +13:00
committed by Paul Chote
parent 0f78fb22e5
commit e90177ca58
2 changed files with 14 additions and 14 deletions

View File

@@ -6,14 +6,14 @@
* as published by the Free Software Foundation. For more information,
* see COPYING.
*/
#endregion
using System.Drawing;
using System.Drawing.Imaging;
using OpenRA.FileFormats.Graphics;
#endregion
using System;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using OpenRA.FileFormats.Graphics;
using Tao.OpenGl;
using System.IO;
using System;
namespace OpenRA.Renderer.Glsl
{