X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=sound.h;fp=sound.h;h=a73c1c8c77b923fc80ac0ad12f87b6f837a80e02;hp=5f5a586df873f4d1de5d770ec8c869034c4c3d0b;hb=841f94c4182f8dff0253db9bae4922c3c9039a5f;hpb=3ef599c7104a20c4f5268dbefb6590aa3e285663 diff --git a/sound.h b/sound.h index 5f5a586..a73c1c8 100644 --- a/sound.h +++ b/sound.h @@ -23,4 +23,12 @@ 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 4 + #endif // VOR_SOUND_H