From 62f4ca96e4b8cd6b7cbee4d18ff363a4aab3ef37 Mon Sep 17 00:00:00 2001 From: chrisf Date: Fri, 6 Jul 2007 11:39:09 +0000 Subject: [PATCH] git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1113 993157c7-ee19-0410-b2c4-bb4e9862e678 --- OpenRa.FileFormats/OpenRa.FileFormats.csproj | 1 + {OpenRa.Game => OpenRa.FileFormats}/TileSheetBuilder.cs | 2 +- OpenRa.Game/OpenRa.Game.csproj | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) rename {OpenRa.Game => OpenRa.FileFormats}/TileSheetBuilder.cs (93%) diff --git a/OpenRa.FileFormats/OpenRa.FileFormats.csproj b/OpenRa.FileFormats/OpenRa.FileFormats.csproj index 7bd764613a..1ff218791b 100644 --- a/OpenRa.FileFormats/OpenRa.FileFormats.csproj +++ b/OpenRa.FileFormats/OpenRa.FileFormats.csproj @@ -53,6 +53,7 @@ + diff --git a/OpenRa.Game/TileSheetBuilder.cs b/OpenRa.FileFormats/TileSheetBuilder.cs similarity index 93% rename from OpenRa.Game/TileSheetBuilder.cs rename to OpenRa.FileFormats/TileSheetBuilder.cs index ae3fd2d9af..3eafc7c8cb 100644 --- a/OpenRa.Game/TileSheetBuilder.cs +++ b/OpenRa.FileFormats/TileSheetBuilder.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System.Text; using System.Drawing; -namespace OpenRa.Game +namespace OpenRa.FileFormats { // T is probably going to be BluntDirectX.Direct3D.Texture public delegate T Provider(); diff --git a/OpenRa.Game/OpenRa.Game.csproj b/OpenRa.Game/OpenRa.Game.csproj index d4946ddac4..31029a5c52 100644 --- a/OpenRa.Game/OpenRa.Game.csproj +++ b/OpenRa.Game/OpenRa.Game.csproj @@ -44,7 +44,6 @@ -