aboutsummaryrefslogtreecommitdiff
path: root/graphics/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/animation.h')
-rw-r--r--graphics/animation.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/animation.h b/graphics/animation.h
index 1b429ea27d..1881f0149c 100644
--- a/graphics/animation.h
+++ b/graphics/animation.h
@@ -141,6 +141,9 @@ public:
void buildLookup();
#endif
+ int getFrameWidth() { return _frameWidth; }
+ int getFrameHeight() { return _frameHeight; }
+
protected:
bool checkPaletteSwitch();
virtual void drawYUV(int width, int height, byte *const *dat) = 0;