aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/graphics.h
diff options
context:
space:
mode:
authorKamil Zbróg2013-10-21 01:18:27 +0100
committerKamil Zbróg2013-10-21 01:18:27 +0100
commit263b02eb6156dcbc9e8f6bf3a5301c855cce3af9 (patch)
tree22a92fc3f733b55af74767afed5c0138f69d8ade /engines/prince/graphics.h
parent1f0e976ea69e1e28aeb146047181eb814c0f2aef (diff)
downloadscummvm-rg350-263b02eb6156dcbc9e8f6bf3a5301c855cce3af9.tar.gz
scummvm-rg350-263b02eb6156dcbc9e8f6bf3a5301c855cce3af9.tar.bz2
scummvm-rg350-263b02eb6156dcbc9e8f6bf3a5301c855cce3af9.zip
PRINCE: flic anim decoder works with room 59 (intro)
Diffstat (limited to 'engines/prince/graphics.h')
-rw-r--r--engines/prince/graphics.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/prince/graphics.h b/engines/prince/graphics.h
index 3599cbc346..0f12c734c6 100644
--- a/engines/prince/graphics.h
+++ b/engines/prince/graphics.h
@@ -41,6 +41,10 @@ public:
void setPalette(const byte *palette);
+ void draw(const Graphics::Surface *s);
+ void drawTransparent(const Graphics::Surface *s);
+
+ Graphics::Surface *_frontScreen;
Graphics::Surface *_backScreen;
const Graphics::Surface *_roomBackground;
@@ -50,7 +54,6 @@ private:
bool _changed;
byte _palette[3 * 256];
- Graphics::Surface *_frontScreen;
};
}