Move TmpTD sprite loading into Mods.Common.

This commit is contained in:
Paul Chote
2014-10-05 16:17:05 +13:00
parent 997c79130a
commit 37cedd88a2
7 changed files with 103 additions and 91 deletions

View File

@@ -116,6 +116,7 @@
<Compile Include="SpriteLoaders\ShpTDLoader.cs" />
<Compile Include="SpriteLoaders\ShpTSLoader.cs" />
<Compile Include="SpriteLoaders\TmpRALoader.cs" />
<Compile Include="SpriteLoaders\TmpTDLoader.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>