From b1de6008bdfbd5bdeb62d2d3dad953019555556b Mon Sep 17 00:00:00 2001 From: Charadon Date: Mon, 30 May 2022 21:07:45 -0400 Subject: Initial Commit --- src/sounds.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/sounds.h (limited to 'src/sounds.h') 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 -- cgit 1.4.1-2-gfad0