aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/toon.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toon/toon.h')
-rw-r--r--engines/toon/toon.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/engines/toon/toon.h b/engines/toon/toon.h
index 920ec080aa..05b2bac47c 100644
--- a/engines/toon/toon.h
+++ b/engines/toon/toon.h
@@ -43,6 +43,10 @@
#include "toon/audio.h"
#include "toon/console.h"
+namespace Common {
+class MemoryWriteStreamDynamic;
+}
+
#define TOON_DAT_VER_MAJ 0 // 1 byte
#define TOON_DAT_VER_MIN 3 // 1 byte
#define TOON_SAVEGAME_VERSION 4
@@ -308,9 +312,7 @@ public:
return _pathFinding;
}
- Common::WriteStream *getSaveBufferStream() {
- return _saveBufferStream;
- }
+ Common::WriteStream *getSaveBufferStream();
bool shouldQuitGame() const {
return _shouldQuit;