Initial work on physics

This commit is contained in:
2024-02-29 16:17:55 +08:00
parent 8e6b6cec9b
commit e8f0b0c63a
9 changed files with 179 additions and 11 deletions

View File

@ -138,6 +138,7 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="Types.c" />
<ClCompile Include="Component_Physics.c" />
<ClCompile Include="util\queue.c" />
<ClCompile Include="util\tree.c" />
<ClCompile Include="util\vector.c" />
@ -145,4 +146,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>