Browse Source

Play a few additional sounds (whip and pop).

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

+ 2
- 1
win32/monsterz.vcxproj View File

@@ -14,6 +14,7 @@
<ClInclude Include="..\monsterz\board.h" /> <ClInclude Include="..\monsterz\board.h" />
<ClInclude Include="..\monsterz\game.h" /> <ClInclude Include="..\monsterz\game.h" />
<ClInclude Include="..\monsterz\mash.h" /> <ClInclude Include="..\monsterz\mash.h" />
<ClInclude Include="..\monsterz\monsterz.h" />
<ClInclude Include="..\monsterz\piece.h" /> <ClInclude Include="..\monsterz\piece.h" />
<ClInclude Include="..\src\audio.h" /> <ClInclude Include="..\src\audio.h" />
<ClInclude Include="..\src\bitfield.h" /> <ClInclude Include="..\src\bitfield.h" />
@@ -148,4 +149,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
</ImportGroup> </ImportGroup>
</Project>
</Project>

Loading…
Cancel
Save