X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=sound.h;h=8d5dceef4b0904e9bae915e60d708fbfc816e97f;hp=a73c1c8c77b923fc80ac0ad12f87b6f837a80e02;hb=a9bcdd09afa1b6ea40a7fb09fdd16b60dc932775;hpb=841f94c4182f8dff0253db9bae4922c3c9039a5f diff --git a/sound.h b/sound.h index a73c1c8..8d5dcee 100644 --- a/sound.h +++ b/sound.h @@ -22,6 +22,8 @@ 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 @@ -29,6 +31,6 @@ void play_tune(int i); #define NUM_TUNES 3 #define SOUND_BANG 0 -#define NUM_SOUNDS 4 +#define NUM_SOUNDS 1 #endif // VOR_SOUND_H