added GameTitle class.

This commit is contained in:
morkt
2016-01-22 14:06:04 +04:00
parent 1603b45415
commit 8ea25af83d
2 changed files with 71 additions and 0 deletions

View File

@@ -61,6 +61,7 @@
<Compile Include="FileSystem.cs" />
<Compile Include="FormatCatalog.cs" />
<Compile Include="GameRes.cs" />
<Compile Include="GameTitle.cs" />
<Compile Include="Image.cs" />
<Compile Include="ImageBMP.cs" />
<Compile Include="ImageJPEG.cs" />