FormatCatalog definition moved to a separate file.

This commit is contained in:
morkt
2015-09-16 23:00:22 +04:00
parent 2477f889a1
commit f4c1bc2ae4
3 changed files with 178 additions and 148 deletions

View File

@@ -58,6 +58,7 @@
<Compile Include="Audio.cs" />
<Compile Include="AudioWAV.cs" />
<Compile Include="FileSystem.cs" />
<Compile Include="FormatCatalog.cs" />
<Compile Include="GameRes.cs" />
<Compile Include="Image.cs" />
<Compile Include="ImageBMP.cs" />