Browse Source

orbital: add the two parallax starfields.

legacy
Sam Hocevar sam 12 years ago
parent
commit
c02e57365c
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

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

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

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

Loading…
Cancel
Save