aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage/scene.h')
-rw-r--r--engines/wage/scene.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/wage/scene.h b/engines/wage/scene.h
index c239faab5a..509833af0f 100644
--- a/engines/wage/scene.h
+++ b/engines/wage/scene.h
@@ -51,7 +51,6 @@ public:
RANDOM = 1
};
-private:
Script *_script;
String _text;
Common::Rect *_textBounds;
@@ -68,7 +67,9 @@ private:
Common::List<Obj> _objs;
Common::List<Chr> _chrs;
-public:
+ Scene() {}
+ Scene(String name, byte *data);
+
Common::Rect *getTextBounds() {
return _textBounds == NULL ? NULL : new Common::Rect(*_textBounds);
}