implemented VFS archives and AOG audio files.

This commit is contained in:
morkt
2016-01-17 12:11:17 +04:00
parent 4901741a7e
commit 6f0a334b05
4 changed files with 182 additions and 0 deletions

View File

@@ -66,6 +66,8 @@
<Compile Include="Amaterasu\ImageGRP.cs" />
<Compile Include="AnimeGameSystem\ArcDAT.cs" />
<Compile Include="AnimeGameSystem\AudioPCM.cs" />
<Compile Include="Aoi\ArcVFS.cs" />
<Compile Include="Aoi\AudioAOG.cs" />
<Compile Include="AZSys\ArcEncrypted.cs" />
<Compile Include="AZSys\FastMersenneTwister.cs" />
<Compile Include="AZSys\ImageTYP1.cs" />