add camera

This commit is contained in:
lightling 2022-02-13 13:04:09 -05:00
parent 97ffe2efb5
commit fd52d57740
Signed by: lightling
GPG key ID: 016F11E0AA296B67
4 changed files with 121 additions and 0 deletions

View file

@ -123,6 +123,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="Camera.cpp" />
<ClCompile Include="DXCore.cpp" />
<ClCompile Include="Entity.cpp" />
<ClCompile Include="Game.cpp" />
@ -133,6 +134,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="BufferStructs.h" />
<ClInclude Include="Camera.h" />
<ClInclude Include="DXCore.h" />
<ClInclude Include="Entity.h" />
<ClInclude Include="Game.h" />