X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=sound.h;h=57cb6f12660ff31a1800b3def1c204176aef4bbd;hp=fda2611cc859eb311f5b76b952bc08e2f1050a75;hb=bc062811fa00aab75604a711104b131b21035efc;hpb=a2af96e68b210b7c3db90b7ec474498c5611a3a7 diff --git a/sound.h b/sound.h index fda2611..57cb6f1 100644 --- a/sound.h +++ b/sound.h @@ -19,14 +19,16 @@ #ifndef VOR_SOUND_H #define VOR_SOUND_H -#include -#include -#include -#include -#include - int init_sound(void); void play_sound(int i); void play_tune(int i); +#define TUNE_TITLE_PAGE 0 +#define TUNE_GAMEPLAY 1 +#define TUNE_HIGH_SCORE_ENTRY 2 +#define NUM_TUNES 3 + +#define SOUND_BANG 0 +#define NUM_SOUNDS 1 + #endif // VOR_SOUND_H