Browse Source

Add an Interface class that displays the general interface.

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

+ 2
- 0
win32/monsterz.vcxproj View File

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


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

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


Loading…
Cancel
Save