aboutsummaryrefslogtreecommitdiff
path: root/sword1/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/animation.h')
-rw-r--r--sword1/animation.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sword1/animation.h b/sword1/animation.h
index 567bb7ebf0..b1a0ecc6a0 100644
--- a/sword1/animation.h
+++ b/sword1/animation.h
@@ -39,9 +39,8 @@ public:
AnimationState(Screen *scr, SoundMixer *snd, OSystem *sys);
~AnimationState();
- bool decodeFrame();
-
private:
+ void drawYUV(int width, int height, byte *const *dat);
#ifdef BACKEND_8BIT
void setPalette(byte *pal);