aboutsummaryrefslogtreecommitdiff
path: root/engines/access/room.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/room.h')
-rw-r--r--engines/access/room.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/engines/access/room.h b/engines/access/room.h
index 9b26ed24e8..3035561892 100644
--- a/engines/access/room.h
+++ b/engines/access/room.h
@@ -60,10 +60,10 @@ public:
class BubbleBox {
public:
- int _field0;
+ int _type;
Common::Rect _bounds;
- Common::Array<int> _bubbleTit;
- int _bubblePtr;
+ Common::String _bubbleTitle;
+ const char *_bubblePtr;
int _maxChars;
Common::Array<Common::Rect> _bubbles;
public:
@@ -165,6 +165,10 @@ public:
void calcBubble();
void printBubble();
+
+ void drawBubble(int index);
+
+ void doBox();
};