aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toltecs/animation.h')
-rw-r--r--engines/toltecs/animation.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/toltecs/animation.h b/engines/toltecs/animation.h
index a8bef1fdbf..03aa18cf66 100644
--- a/engines/toltecs/animation.h
+++ b/engines/toltecs/animation.h
@@ -57,6 +57,9 @@ public:
int16 getStatus();
uint16 getFrameNumber() const { return _frameNumber; }
+ void saveState(Common::WriteStream *out);
+ void loadState(Common::ReadStream *in);
+
//protected:
public:
ToltecsEngine *_vm;
@@ -65,7 +68,6 @@ public:
byte *_animBuffer;
uint _resIndex;
- byte _palette[768];
uint16 _width, _height;
uint16 _frameNumber, _frameCount;