aboutsummaryrefslogtreecommitdiff
path: root/queen/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'queen/sound.h')
-rw-r--r--queen/sound.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/queen/sound.h b/queen/sound.h
index 1c7e80d33d..2184b5670f 100644
--- a/queen/sound.h
+++ b/queen/sound.h
@@ -74,7 +74,10 @@ public:
void toggleMusic() { _musicToggle ^= true; }
int16 lastOverride() { return _lastOverride; }
-
+
+ void saveState(byte *&ptr);
+ void loadState(uint32 ver, byte *&ptr);
+
protected:
SoundMixer *_mixer;
QueenEngine *_vm;