Box2D Cannon Game with Stars
Chapter 8 of Ian Parberry's "Introduction to Game Physics with Box2D"
 All Classes Files Functions Variables Enumerations Friends Pages
Enumerations
Sndlist.h File Reference

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
}
 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.
 

Detailed Description

Enumerated types for sounds.