Ball and Spring Toy
Chapter 4 of Ian Parberry's "Introduction to Game Physics with Box2D"
|
Enumerated types for sounds. More...
Enumerations | |
enum | GameSoundType { THUMP_SOUND, BOING_SOUND, OW_SOUND } |
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. | |
Enumerated types for sounds.