aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toltecs/screen.h')
-rw-r--r--engines/toltecs/screen.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/toltecs/screen.h b/engines/toltecs/screen.h
index 156e4e18b6..c34f44dfa8 100644
--- a/engines/toltecs/screen.h
+++ b/engines/toltecs/screen.h
@@ -327,6 +327,9 @@ public:
void drawChar(const Font &font, byte *dest, int16 x, int16 y, byte ch, byte color);
void drawChar2(const Font &font, byte *dest, int16 x, int16 y, byte ch, byte color);
+ void saveState(Common::WriteStream *out);
+ void loadState(Common::ReadStream *in);
+
//protected:
public:
@@ -348,6 +351,7 @@ public:
uint _fontResIndexArray[10];
byte _fontColor1, _fontColor2;
+ // TODO: Remove this _tempXXX stuff
byte _tempString[100];
byte _tempStringLen1, _tempStringLen2;