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 57ef1ad017..1474ae7a50 100644
--- a/engines/hdb/draw-manager.h
+++ b/engines/hdb/draw-manager.h
@@ -130,6 +130,7 @@ private:
class Picture {
public:
+ Picture();
~Picture();
Graphics::Surface load(Common::SeekableReadStream *stream);
@@ -148,6 +149,7 @@ private:
class Tile {
public:
+ Tile();
~Tile();
Graphics::Surface load(Common::SeekableReadStream *stream);