renamed OpenRa.Game.* to OpenRa.*; a few other bits

This commit is contained in:
Chris Forbes
2010-01-17 09:30:53 +13:00
parent eebb9cdd63
commit 59c0791d93
215 changed files with 645 additions and 519 deletions

View File

@@ -4,11 +4,11 @@ using System.Linq;
using System.Windows.Forms;
using IjwFramework.Types;
using System.Collections.Generic;
using OpenRa.Game.Traits;
using OpenRa.Game.Support;
using OpenRa.Game.Effects;
using OpenRa.Traits;
using OpenRa.Support;
using OpenRa.Effects;
namespace OpenRa.Game.Graphics
namespace OpenRa.Graphics
{
class WorldRenderer
{