Parcourir la source

orbital: put the tanks in a separate class.

legacy
Sam Hocevar sam il y a 12 ans
Parent
révision
75021144ae
2 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +1
    -0
      win32/orbital.vcxproj
  2. +1
    -0
      win32/orbital.vcxproj.filters

+ 1
- 0
win32/orbital.vcxproj Voir le fichier

@@ -31,6 +31,7 @@
<ClInclude Include="..\orbital\mesh.h" />
<ClInclude Include="..\orbital\orbital.h" />
<ClInclude Include="..\orbital\particlesystem.h" />
<ClInclude Include="..\orbital\tank.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\orbital\orbital.cpp" />


+ 1
- 0
win32/orbital.vcxproj.filters Voir le fichier

@@ -3,6 +3,7 @@
<ItemGroup>
<ClInclude Include="..\orbital\mesh.h" />
<ClInclude Include="..\orbital\CommandParser.h" />
<ClInclude Include="..\orbital\tank.h" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\orbital\orbital.h" />


Chargement…
Annuler
Enregistrer