![]() |
Pool End Game
Chapter 3 of Ian Parberry's "Introduction to Game Physics with Box2D"
|
Enumerated type for sounds. More...
Enumerations | |
| enum | GameSoundType { CUE_SOUND, BALLCLICK_SOUND, THUMP_SOUND, POCKET_SOUND } |
Enumerated type 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.
1.8.2