implemented D.O.'s VRS, GGA and GGS images.

This commit is contained in:
morkt
2018-01-16 11:53:25 +04:00
parent c270574f52
commit aa93dabd2d
8 changed files with 665 additions and 20 deletions

View File

@@ -123,6 +123,11 @@
<Compile Include="elf\ArcAi5DAT.cs" />
<Compile Include="elf\ImageRMT.cs" />
<Compile Include="HuffmanCompression.cs" />
<Compile Include="Ikura\ArcTAN.cs" />
<Compile Include="Ikura\ImageGGA.cs" />
<Compile Include="Ikura\ImageGGS.cs" />
<Compile Include="Ikura\ImageTAN.cs" />
<Compile Include="Ikura\ImageVRS.cs" />
<Compile Include="Lambda\ArcLAX.cs" />
<Compile Include="Lambda\ImageCLS.cs" />
<Compile Include="Maika\ArcBK.cs" />