aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/graphics.h')
-rw-r--r--engines/avalanche/graphics.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/avalanche/graphics.h b/engines/avalanche/graphics.h
index c6f1f6059e..fbedf4c4d8 100644
--- a/engines/avalanche/graphics.h
+++ b/engines/avalanche/graphics.h
@@ -98,6 +98,10 @@ public:
void drawThinkPic(Common::String filename, int id);
void drawToolbar();
+ void drawCursor(byte pos);
+ void drawReadyLight(Color color);
+
+ void prepareBubble(int xc, int xw, int my, Common::Point points[3]);
void refreshScreen();
void loadBackground(Common::File &file);
@@ -106,6 +110,8 @@ public:
void zoomOut(int16 x, int16 y); // Only used when entering the map.
+ void showScroll();
+
void saveScreen();
void removeBackup();
void restoreScreen();