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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/avalanche/graphics.h b/engines/avalanche/graphics.h
index 270e04da85..7e0ed64b5f 100644
--- a/engines/avalanche/graphics.h
+++ b/engines/avalanche/graphics.h
@@ -122,9 +122,11 @@ public:
// so it needs it's own graphic functions on that matter.
void menuRefreshScreen();
void menuInitialize();
- void menuClear();
+ void menuFree();
+ void menuRestoreScreen();
void menuLoadPictures();
void menuDrawBigText(FontType font, uint16 x, uint16 y, Common::String text, Color color);
+ void menuDrawIndicator(int x);
void clearAlso();
void clearTextBar();