Browse Source

orbital: create a Player class with joystick support.

legacy
Sam Hocevar sam 12 years ago
parent
commit
95fccabc7a
2 changed files with 4 additions and 2 deletions
  1. +2
    -1
      win32/orbital.vcxproj
  2. +2
    -1
      win32/orbital.vcxproj.filters

+ 2
- 1
win32/orbital.vcxproj View File

@@ -31,6 +31,7 @@
<ClInclude Include="..\orbital\mesh.h" />
<ClInclude Include="..\orbital\orbital.h" />
<ClInclude Include="..\orbital\particlesystem.h" />
<ClInclude Include="..\orbital\player.h" />
<ClInclude Include="..\orbital\tank.h" />
</ItemGroup>
<ItemGroup>
@@ -59,4 +60,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

+ 2
- 1
win32/orbital.vcxproj.filters View File

@@ -3,6 +3,7 @@
<ItemGroup>
<ClInclude Include="..\orbital\mesh.h" />
<ClInclude Include="..\orbital\CommandParser.h" />
<ClInclude Include="..\orbital\player.h" />
<ClInclude Include="..\orbital\tank.h" />
</ItemGroup>
<ItemGroup>
@@ -14,4 +15,4 @@
<ItemGroup>
<ClCompile Include="..\orbital\orbital.cpp" />
</ItemGroup>
</Project>
</Project>

Loading…
Cancel
Save