aboutsummaryrefslogtreecommitdiff
path: root/simon/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'simon/sound.h')
-rw-r--r--simon/sound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/simon/sound.h b/simon/sound.h
index efda01f122..027f3beaeb 100644
--- a/simon/sound.h
+++ b/simon/sound.h
@@ -65,6 +65,7 @@ public:
void playVoice(uint sound);
void playEffects(uint sound);
void playAmbient(uint sound);
+ void playSoundData(byte *soundData, uint sound, uint pan, uint vol, bool ambient);
bool hasVoice() const;
bool isVoiceActive() const;