ソースを参照

orbital: new snake enemy.

legacy
Sam Hocevar sam 12年前
コミット
6f19f877a8
2個のファイルの変更2行の追加0行の削除
  1. +1
    -0
      win32/orbital.vcxproj
  2. +1
    -0
      win32/orbital.vcxproj.filters

+ 1
- 0
win32/orbital.vcxproj ファイルの表示

@@ -32,6 +32,7 @@
<ClInclude Include="..\orbital\orbital.h" />
<ClInclude Include="..\orbital\particlesystem.h" />
<ClInclude Include="..\orbital\player.h" />
<ClInclude Include="..\orbital\snake.h" />
<ClInclude Include="..\orbital\starfield.h" />
<ClInclude Include="..\orbital\tank.h" />
</ItemGroup>


+ 1
- 0
win32/orbital.vcxproj.filters ファイルの表示

@@ -6,6 +6,7 @@
<ClInclude Include="..\orbital\player.h" />
<ClInclude Include="..\orbital\tank.h" />
<ClInclude Include="..\orbital\starfield.h" />
<ClInclude Include="..\orbital\snake.h" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\orbital\orbital.h" />


読み込み中…
キャンセル
保存