More physics code

This commit is contained in:
2024-02-29 16:51:46 +08:00
parent e8f0b0c63a
commit 663a3401e6
7 changed files with 125 additions and 4 deletions

View File

@ -139,6 +139,7 @@
<ItemGroup>
<ClCompile Include="Types.c" />
<ClCompile Include="Component_Physics.c" />
<ClCompile Include="Physics_Move.c" />
<ClCompile Include="util\queue.c" />
<ClCompile Include="util\tree.c" />
<ClCompile Include="util\vector.c" />