AS LONG AS IT WORKS

This commit is contained in:
2012-09-19 16:17:16 +02:00
parent 6b4875e4ee
commit 9d46d0ae8a
2 changed files with 35 additions and 6 deletions
+1 -1
View File
@@ -121,10 +121,10 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Component.cs" />
<Compile Include="Core.cs" />
<Compile Include="Entity.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Program.cs" />
<Compile Include="Game1.cs" />
<Compile Include="RenderComponent.cs" />
<Compile Include="Soldier.cs" />
<Compile Include="TransformComponent.cs" />