JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
music pauses when game pauses and ends when game ends
[vor.git] / sound.h
diff --git a/sound.h b/sound.h
index a73c1c8..8d5dcee 100644 (file)
--- 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