cleanup of GL usings

This commit is contained in:
Chris Forbes
2010-04-10 11:00:49 +12:00
parent 5e7c6b3a1c
commit ee8f0fd04a

View File

@@ -24,9 +24,9 @@ using System.Drawing.Imaging;
using System.IO;
using System.Runtime.InteropServices;
using System.Windows.Forms;
using OpenRA.FileFormats.Graphics;
using Tao.Cg;
using Tao.OpenGl;
using OpenRA.FileFormats.Graphics;
using Tao.Sdl;
[assembly: Renderer( typeof( OpenRA.GlRenderer.GraphicsDevice ))]