Merge FileFormats dll into Game and reorganise namespaces.

This commit is contained in:
Paul Chote
2014-04-16 23:19:24 +12:00
parent 5a698d612f
commit 4935266945
246 changed files with 423 additions and 922 deletions

View File

@@ -13,7 +13,7 @@ using System.IO;
using System.Linq;
using System.Net.Sockets;
using System.Threading;
using OpenRA.FileFormats.Primitives;
using OpenRA.Primitives;
namespace OpenRA.Irc
{