added FileSystem infrastructure.

This commit is contained in:
morkt
2015-06-08 19:58:51 +04:00
parent 7f8b091d05
commit 50eb805cd2
4 changed files with 324 additions and 2 deletions

View File

@@ -57,6 +57,7 @@
<Compile Include="ArcView.cs" />
<Compile Include="Audio.cs" />
<Compile Include="AudioWAV.cs" />
<Compile Include="FileSystem.cs" />
<Compile Include="GameRes.cs" />
<Compile Include="Image.cs" />
<Compile Include="ImageBMP.cs" />