Separate entity functions to own file

This commit is contained in:
2016-07-28 14:33:58 +10:00
parent 1427ee3fde
commit 8a3886a60e
5 changed files with 213 additions and 187 deletions
+1
View File
@@ -125,6 +125,7 @@
<ClCompile Include="src\Common.c" />
<ClCompile Include="src\Debug.c" />
<ClCompile Include="src\dengine.c" />
<ClCompile Include="src\Entity.c" />
<ClCompile Include="src\Platform.c" />
<ClCompile Include="src\Renderer.c" />
<ClCompile Include="src\Shader.c" />