implemented GYU image format.

This commit is contained in:
morkt
2015-11-02 05:51:04 +04:00
parent b3f7ab6784
commit 7aed98ed2f
2 changed files with 291 additions and 0 deletions

View File

@@ -74,8 +74,10 @@
<Compile Include="Debonosu\ArcPAK.cs" />
<Compile Include="elf\ImageG24.cs" />
<Compile Include="elf\ImageGP8.cs" />
<Compile Include="ExHibit\ImageGYU.cs" />
<Compile Include="Gpk2\ArcGPK2.cs" />
<Compile Include="Gpk2\ImageGFB.cs" />
<Compile Include="MersenneTwister.cs" />
<Compile Include="Palette\ArcCHR.cs" />
<Compile Include="Palette\ArcPAK.cs" />
<Compile Include="Palette\ImagePGA.cs" />