implemented BIN+IDX archives.

This commit is contained in:
morkt
2019-02-25 13:04:47 +04:00
parent 26eb42ee1d
commit 87fa5a3024
2 changed files with 249 additions and 0 deletions

View File

@@ -244,6 +244,7 @@
<Compile Include="Nekopunch\ImagePBM.cs" />
<Compile Include="Nexas\ArcTPF.cs" />
<Compile Include="LiveMaker\ImageGALX.cs" />
<Compile Include="Nonono\ArcNPF.cs" />
<Compile Include="Origin\ArcDAT.cs" />
<Compile Include="Otemoto\ArcTLZ.cs" />
<Compile Include="Otemoto\ImageMAG.cs" />
@@ -748,6 +749,7 @@
<Compile Include="Rits\ArcSAF.cs" />
<Compile Include="BlackCyc\ArcVPK.cs" />
<Compile Include="Unity\ArcASSET.cs" />
<Compile Include="Unity\ArcBIN.cs" />
<Compile Include="Unity\ArcSpVM.cs" />
<Compile Include="Unity\ArcUnityFS.cs" />
<Compile Include="Unity\Asset.cs" />