diff options
Diffstat (limited to 'src/sounds.h')
-rw-r--r-- | src/sounds.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/sounds.h b/src/sounds.h new file mode 100644 index 0000000..75a2455 --- /dev/null +++ b/src/sounds.h @@ -0,0 +1,10 @@ +#ifndef SOUNDS_H +#define SOUNDS_H + +const int SOUND_BOUNCE = 0; +const int MUSIC_DEFEAT = 1; +const int MUSIC_VICTORY = 2; +const int MUSIC_TITLE = 3; +const int STOP_ALL_SOUNDS = 99; + +#endif \ No newline at end of file |