aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/mixer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index b799345558..bb3e3a711f 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -308,6 +308,8 @@ public:
* This simply calls the mix() method.
*/
static void mixCallback(void *s, byte *samples, int len);
+
+ void setReady(bool ready) { _mixerReady = ready; }
};