added null renderer, game runs. good place to start.

This commit is contained in:
Chris Forbes
2010-02-15 16:22:13 +13:00
parent 283c92fa91
commit a8e07d4dfb
12 changed files with 210 additions and 42 deletions

View File

@@ -1,6 +1,6 @@
using System.Xml;
using System.Drawing;
using Ijw.DirectX;
using OpenRa.Gl;
using System.IO;
namespace OpenRa.Graphics
{