moved most render bits to ra

This commit is contained in:
Chris Forbes
2010-05-20 19:09:48 +12:00
parent b0d2bf2e51
commit 1d0848466f
21 changed files with 55 additions and 36 deletions

View File

@@ -21,8 +21,8 @@
using System;
using System.Drawing;
using System.Linq;
using OpenRA.Graphics;
using OpenRA.GameRules;
using OpenRA.Graphics;
namespace OpenRA.Traits
{