aboutsummaryrefslogtreecommitdiff
path: root/graphics/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/animation.h')
-rw-r--r--graphics/animation.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/animation.h b/graphics/animation.h
index 42c1c899f3..aa36369974 100644
--- a/graphics/animation.h
+++ b/graphics/animation.h
@@ -78,6 +78,9 @@ protected:
const int _movieWidth;
const int _movieHeight;
+ int _frameWidth;
+ int _frameHeight;
+
#ifndef BACKEND_8BIT
int _movieScale;
#endif
@@ -130,6 +133,8 @@ public:
bool init(const char *name, void *audioArg = NULL);
bool decodeFrame();
+ void screenChanged();
+ void updateScreen();
#ifndef BACKEND_8BIT
void buildLookup();