moved Log, Stopwatch to FileFormats. Added Support/Timer.

This commit is contained in:
Bob
2010-01-22 15:12:25 +13:00
parent cba37055e5
commit 8fd0e35d16
5 changed files with 75 additions and 2 deletions

View File

@@ -76,6 +76,9 @@
<Compile Include="ShpReader.cs" />
<Compile Include="ShroudPaletteRemap.cs" />
<Compile Include="SingleColorRemap.cs" />
<Compile Include="Support\Log.cs" />
<Compile Include="Support\Stopwatch.cs" />
<Compile Include="Support\Timer.cs" />
<Compile Include="Terrain.cs" />
<Compile Include="TileReference.cs" />
<Compile Include="TileSet.cs" />