(IImageDecoder): moved to separate file.

This commit is contained in:
morkt
2016-10-26 05:08:12 +04:00
parent 4901c2f1d3
commit d02a9b180a
3 changed files with 140 additions and 66 deletions

View File

@@ -74,6 +74,7 @@
<Compile Include="GameRes.cs" />
<Compile Include="Image.cs" />
<Compile Include="ImageBMP.cs" />
<Compile Include="ImageDecoder.cs" />
<Compile Include="ImageJPEG.cs" />
<Compile Include="ImagePNG.cs" />
<Compile Include="ImageTGA.cs" />