Split SpriteRenderable into its own file.

This commit is contained in:
Paul Chote
2015-02-10 17:47:49 +00:00
parent 8d51fb0e66
commit 1af61c92c5
3 changed files with 75 additions and 58 deletions

View File

@@ -256,6 +256,7 @@
<Compile Include="Graphics\HardwareCursor.cs" />
<Compile Include="Support\PerfItem.cs" />
<Compile Include="Support\PerfSample.cs" />
<Compile Include="Graphics\SpriteRenderable.cs" />
</ItemGroup>
<ItemGroup>
<Compile Include="FileSystem\D2kSoundResources.cs" />