Added a custom input manager
Updated a few comments
This commit is contained in:
parent
70a860173a
commit
e312d0e54a
6 changed files with 399 additions and 4 deletions
|
@ -125,11 +125,13 @@
|
|||
<ItemGroup>
|
||||
<ClCompile Include="DXCore.cpp" />
|
||||
<ClCompile Include="Game.cpp" />
|
||||
<ClCompile Include="Input.cpp" />
|
||||
<ClCompile Include="Main.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="DXCore.h" />
|
||||
<ClInclude Include="Game.h" />
|
||||
<ClInclude Include="Input.h" />
|
||||
<ClInclude Include="Vertex.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
Reference in a new issue