From c6b5e936ff9869d8a3de9ea41db784a4cb46a818 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 13 Mar 2021 11:43:29 -0500 Subject: Sound effects are paused on the pause menu #7 --- src/mixer.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mixer.h') 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: void stopChannel(int channel); + void pauseSounds(); + + void unpauseSounds(); + // name is the name of the file, not containing the extension // ms is the time in milliseconds to fade in void playMusic(std::string_view name, int ms = 0); -- cgit 1.4.1