moved checksum classes to separate file.

This commit is contained in:
morkt
2016-04-24 22:06:50 +04:00
parent 37d70ca21d
commit 3711e28d79
3 changed files with 298 additions and 269 deletions

View File

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