Browse Source

Get rid of game.cpp and game.h.

legacy
Sam Hocevar sam 14 years ago
parent
commit
6944791336
2 changed files with 0 additions and 4 deletions
  1. +0
    -2
      win32/monsterz.vcxproj
  2. +0
    -2
      win32/monsterz.vcxproj.filters

+ 0
- 2
win32/monsterz.vcxproj View File

@@ -12,7 +12,6 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\monsterz\board.h" />
<ClInclude Include="..\monsterz\game.h" />
<ClInclude Include="..\monsterz\mash.h" />
<ClInclude Include="..\monsterz\monsterz.h" />
<ClInclude Include="..\monsterz\piece.h" />
@@ -49,7 +48,6 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\monsterz\board.cpp" />
<ClCompile Include="..\monsterz\game.cpp" />
<ClCompile Include="..\monsterz\mash.cpp" />
<ClCompile Include="..\monsterz\monsterz.cpp" />
<ClCompile Include="..\monsterz\piece.cpp" />


+ 0
- 2
win32/monsterz.vcxproj.filters View File

@@ -88,7 +88,6 @@
<Filter>lolengine</Filter>
</ClInclude>
<ClInclude Include="..\monsterz\board.h" />
<ClInclude Include="..\monsterz\game.h" />
<ClInclude Include="..\monsterz\piece.h" />
<ClInclude Include="..\src\sampler.h">
<Filter>lolengine</Filter>
@@ -173,7 +172,6 @@
<Filter>lolengine</Filter>
</ClCompile>
<ClCompile Include="..\monsterz\board.cpp" />
<ClCompile Include="..\monsterz\game.cpp" />
<ClCompile Include="..\monsterz\monsterz.cpp" />
<ClCompile Include="..\monsterz\piece.cpp" />
<ClCompile Include="..\src\sampler.cpp">


Loading…
Cancel
Save