瀏覽代碼

orbital: put the tanks in a separate class.

legacy
Sam Hocevar sam 12 年之前
父節點
當前提交
75021144ae
共有 2 個檔案被更改,包括 2 行新增0 行删除
  1. +1
    -0
      win32/orbital.vcxproj
  2. +1
    -0
      win32/orbital.vcxproj.filters

+ 1
- 0
win32/orbital.vcxproj 查看文件

@@ -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 查看文件

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


Loading…
取消
儲存