summary refs log tree commit diff stats
path: root/src/mixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mixer.h')
-rw-r--r--src/mixer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mixer.h b/src/mixer.h index b049118..854c67d 100644 --- a/src/mixer.h +++ b/src/mixer.h
@@ -72,6 +72,10 @@ public:
72 72
73 void stopChannel(int channel); 73 void stopChannel(int channel);
74 74
75 void pauseSounds();
76
77 void unpauseSounds();
78
75 // name is the name of the file, not containing the extension 79 // name is the name of the file, not containing the extension
76 // ms is the time in milliseconds to fade in 80 // ms is the time in milliseconds to fade in
77 void playMusic(std::string_view name, int ms = 0); 81 void playMusic(std::string_view name, int ms = 0);