diff options
Diffstat (limited to 'sword2/driver/animation.h')
-rw-r--r-- | sword2/driver/animation.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sword2/driver/animation.h b/sword2/driver/animation.h index 00fea9fa67..818167537e 100644 --- a/sword2/driver/animation.h +++ b/sword2/driver/animation.h @@ -39,10 +39,11 @@ public: #ifndef BACKEND_8BIT void drawTextObject(SpriteInfo *s, uint8 *src); - void clearDisplay(); - void updateDisplay(void); #endif + void clearScreen(); + void updateScreen(void); + private: void drawYUV(int width, int height, byte *const *dat); |