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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/avalanche/graphics.h b/engines/avalanche/graphics.h
index d54160229a..20f8176294 100644
--- a/engines/avalanche/graphics.h
+++ b/engines/avalanche/graphics.h
@@ -82,6 +82,8 @@ public:
void drawRectangle(Common::Rect rect, Color color);
void loadNim();
void drawNimStone(int x, int y);
+ // Maybe we'll be able to get rid of these two and squeeze them into loadNim() later
+ // since I am not sure that we'll need to redraw them any other times.
void drawNimInitials();
void drawNimLogo();