Box2D Cannon Game
Chapter 7 of Ian Parberry's "Introduction to Game Physics with Box2D"
|
Enumerated types for sounds. More...
Enumerations | |
enum | GameSoundType { THUMP_SOUND, THUMP2_SOUND, CANNONFIRE_SOUND, BOOM_SOUND, TICK_SOUND, WIN_SOUND, LOSE_SOUND, CLANG_SOUND, R_SOUND } |
Enumerated types for sounds.
enum GameSoundType |
Game sound enumerated type. These are the sounds used in actual gameplay. Sounds must be listed here in the same order that they are in the sound settings XML file.