mirror of
https://github.com/HowestDAE/dae16-VerhulstBram.git
synced 2025-12-17 03:41:48 +01:00
Collision reworked into a Collision Namespace
Added basic player (Needs work)
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="BaseGame.cpp" />
|
||||
<ClCompile Include="Collision.cpp" />
|
||||
<ClCompile Include="Matrix2x3.cpp" />
|
||||
<ClCompile Include="SoundEffect.cpp" />
|
||||
<ClCompile Include="SoundStream.cpp" />
|
||||
@@ -31,6 +32,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="BaseGame.h" />
|
||||
<ClInclude Include="Collision.h" />
|
||||
<ClInclude Include="colors.h" />
|
||||
<ClInclude Include="Matrix2x3.h" />
|
||||
<ClInclude Include="base.h" />
|
||||
|
||||
Reference in New Issue
Block a user