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, * as published by the Free Software Foundation. For more information,
* see COPYING. * see COPYING.
*/ */
#endregion #endregion
using System.Drawing; using System;
using System.Drawing.Imaging; using System.Drawing;
using OpenRA.FileFormats.Graphics; using System.Drawing.Imaging;
using System.IO;
using OpenRA.FileFormats.Graphics;
using Tao.OpenGl; using Tao.OpenGl;
using System.IO;
using System;
namespace OpenRA.Renderer.Cg namespace OpenRA.Renderer.Cg
{ {

View File

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