Add CellRegion and CellLayer classes to simplify map overlays.

This commit is contained in:
Paul Chote
2014-05-16 22:16:30 +12:00
parent 97a61273dd
commit 52ab8f3ca1
3 changed files with 209 additions and 1 deletions

View File

@@ -235,6 +235,8 @@
<Compile Include="Support\MersenneTwister.cs" />
<Compile Include="GameInformation.cs" />
<Compile Include="Widgets\RootWidget.cs" />
<Compile Include="Map\CellLayer.cs" />
<Compile Include="Map\CellRegion.cs" />
</ItemGroup>
<ItemGroup>
<Compile Include="FileSystem\D2kSoundResources.cs" />
@@ -358,4 +360,4 @@
</Target>
-->
<ItemGroup />
</Project>
</Project>