Adding support for Glee2D

This commit is contained in:
Nathan Adams
2012-05-07 18:23:03 -05:00
parent a5f3a40912
commit e2624fe638
6 changed files with 509 additions and 0 deletions

View File

@@ -215,6 +215,7 @@
<Compile Include="Engine\File\AxiosIsolatedFile.cs" />
<Compile Include="Engine\File\AxiosRegularFile.cs" />
<Compile Include="Engine\File\AxiosTitleFile.cs" />
<Compile Include="Engine\Glee2D\Level.cs" />
<Compile Include="Engine\Interfaces\IAxiosFile.cs" />
<Compile Include="Engine\Interfaces\IAxiosGameObject.cs" />
<Compile Include="Engine\Interfaces\IDrawableAxiosGameObject.cs" />