aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/draw-manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/draw-manager.h')
-rw-r--r--engines/hdb/draw-manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hdb/draw-manager.h b/engines/hdb/draw-manager.h
index da419eb9db..064cfe923b 100644
--- a/engines/hdb/draw-manager.h
+++ b/engines/hdb/draw-manager.h
@@ -94,6 +94,7 @@ public:
~Picture();
Graphics::Surface load(Common::SeekableReadStream *stream);
+ void draw(int x, int y);
private:
@@ -110,6 +111,7 @@ public:
~Tile();
Graphics::Surface load(Common::SeekableReadStream *stream);
+ void draw(int x, int y);
private:
uint32 _flags;