瀏覽代碼

Skeleton class for the Monster Mash.

legacy
Sam Hocevar sam 14 年之前
父節點
當前提交
fc8a377031
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. +3
    -1
      win32/monsterz.vcxproj

+ 3
- 1
win32/monsterz.vcxproj 查看文件

@@ -13,6 +13,7 @@
<ItemGroup>
<ClInclude Include="..\monsterz\board.h" />
<ClInclude Include="..\monsterz\game.h" />
<ClInclude Include="..\monsterz\mash.h" />
<ClInclude Include="..\monsterz\piece.h" />
<ClInclude Include="..\src\audio.h" />
<ClInclude Include="..\src\bitfield.h" />
@@ -44,6 +45,7 @@
<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" />
<ClCompile Include="..\src\audio.cpp" />
@@ -146,4 +148,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

Loading…
取消
儲存