implemented 0verflow DAT archives.

This commit is contained in:
morkt
2017-01-23 18:49:49 +04:00
parent 68f602640e
commit 0acded951c
2 changed files with 106 additions and 0 deletions

View File

@@ -107,6 +107,7 @@
<Compile Include="ExeFile.cs" />
<Compile Include="GameSystem\ArcCHR.cs" />
<Compile Include="GameSystem\ArcCMP.cs" />
<Compile Include="GameSystem\ArcDAT.cs" />
<Compile Include="GameSystem\ImageALP.cs" />
<Compile Include="GameSystem\ImageBGD.cs" />
<Compile Include="GameSystem\ImageCGD.cs" />