implemented GCEX archives and BGRA images.

This commit is contained in:
morkt
2015-08-18 18:18:22 +04:00
parent 7698d4c756
commit 42b5206def
4 changed files with 379 additions and 3 deletions

View File

@@ -88,6 +88,7 @@
<Compile Include="ArcFPK.cs" />
<Compile Include="ArcFVP.cs" />
<Compile Include="ArcGameDat.cs" />
<Compile Include="ArcGCEX.cs" />
<Compile Include="ArcGPK.cs" />
<Compile Include="ArcGSP.cs" />
<Compile Include="ArcGsPack.cs" />
@@ -135,6 +136,7 @@
<Compile Include="AudioWWA.cs" />
<Compile Include="EriReader.cs" />
<Compile Include="ImageABM.cs" />
<Compile Include="ImageBGRA.cs" />
<Compile Include="ImageDWQ.cs" />
<Compile Include="ImageHIZ.cs" />
<Compile Include="ImageKG.cs" />