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.h32
1 files changed, 2 insertions, 30 deletions
diff --git a/engines/access/room.h b/engines/access/room.h
index 22dbd16411..f76db6f681 100644
--- a/engines/access/room.h
+++ b/engines/access/room.h
@@ -58,22 +58,6 @@ public:
}
};
-class BubbleBox {
-public:
- int _type;
- Common::Rect _bounds;
- Common::String _bubbleTitle;
- const char *_bubblePtr;
- int _maxChars;
- Common::Array<Common::Rect> _bubbles;
-public:
- BubbleBox();
-
- void load(Common::SeekableReadStream *stream);
-
- void clearBubbles();
-};
-
class Room: public Manager {
private:
void roomLoop();
@@ -126,9 +110,10 @@ protected:
virtual void mainAreaClick() = 0;
public:
+ virtual void setIconPalette() {}
+public:
Plotter _plotter;
Common::Array<JetFrame> _jetFrame;
- BubbleBox _bubbleBox;
int _function;
int _roomFlag;
byte *_playField;
@@ -156,21 +141,8 @@ public:
void buildRow(int playY, int screenY);
void init4Quads();
-
- virtual void setIconPalette() {}
- void placeBubble();
- void placeBubble1();
-
- void calcBubble();
-
- void printBubble();
-
- void drawBubble(int index);
-
- void doBox();
};
-
class RoomInfo {
public:
struct FileIdent {