aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/objects.h')
-rw-r--r--engines/parallaction/objects.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/parallaction/objects.h b/engines/parallaction/objects.h
index cc6e8e0fc6..b456a1960a 100644
--- a/engines/parallaction/objects.h
+++ b/engines/parallaction/objects.h
@@ -263,8 +263,15 @@ struct Label {
char* _text;
Graphics::Surface _cnv;
+ Common::Point _pos;
+ Common::Point _old;
+
Label();
~Label();
+
+ void free();
+ void resetPosition();
+ void getRect(Common::Rect &r, bool old = false);
};
struct Zone {