add chrisf's PNG loader for use by modding tools

This commit is contained in:
Chris Forbes
2011-02-13 15:29:44 +13:00
parent 094907c1a9
commit f894705568
2 changed files with 182 additions and 0 deletions

View File

@@ -66,6 +66,7 @@
<Compile Include="FieldLoader.cs" />
<Compile Include="Graphics\IGraphicsDevice.cs" />
<Compile Include="Graphics\IInputHandler.cs" />
<Compile Include="Graphics\PngLoader.cs" />
<Compile Include="Graphics\ShpWriter.cs" />
<Compile Include="Graphics\Vertex.cs" />
<Compile Include="HttpUtil.cs" />