From 21e4f4f1760e204de6e8d0a413f8e8f8987dd083 Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Sun, 2 Sep 2007 18:34:11 +0000 Subject: Simplified global label management and added subtitles for BRA. svn-id: r28828 --- engines/parallaction/objects.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'engines/parallaction/objects.h') 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 { -- cgit v1.2.3