Collision reworked into a Collision Namespace

Added basic player (Needs work)
This commit is contained in:
Bram Verhulst
2024-03-13 01:09:12 +01:00
parent d0781db9f0
commit d6c5cfa47b
12 changed files with 308 additions and 67 deletions

View File

@@ -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" />