X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=sound.h;h=8d5dceef4b0904e9bae915e60d708fbfc816e97f;hp=5f5a586df873f4d1de5d770ec8c869034c4c3d0b;hb=a9bcdd09afa1b6ea40a7fb09fdd16b60dc932775;hpb=e0fab1bd78914a12ee88f2a9fcfca9f28a1df0f2 diff --git a/sound.h b/sound.h index 5f5a586..8d5dcee 100644 --- a/sound.h +++ b/sound.h @@ -22,5 +22,15 @@ int init_sound(void); void play_sound(int i); void play_tune(int i); +void pause_tune(); +void resume_tune(); + +#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