aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/chewy/graphics.h')
-rw-r--r--engines/chewy/graphics.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/chewy/graphics.h b/engines/chewy/graphics.h
index c7d303d2a2..64c4255324 100644
--- a/engines/chewy/graphics.h
+++ b/engines/chewy/graphics.h
@@ -34,6 +34,9 @@ public:
void drawImage(Common::String filename, int imageNum);
void playVideo(uint num);
+ void setCursor(uint num);
+ void showCursor();
+ void hideCursor();
private:
};