Bladeren bron

orbital: put the tanks in a separate class.

legacy
Sam Hocevar sam 12 jaren geleden
bovenliggende
commit
75021144ae
2 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. +1
    -0
      win32/orbital.vcxproj
  2. +1
    -0
      win32/orbital.vcxproj.filters

+ 1
- 0
win32/orbital.vcxproj Bestand weergeven

@@ -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 Bestand weergeven

@@ -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" />


Laden…
Annuleren
Opslaan