aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/input.h')
-rw-r--r--engines/parallaction/input.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/parallaction/input.h b/engines/parallaction/input.h
index c0630e410a..2a97077603 100644
--- a/engines/parallaction/input.h
+++ b/engines/parallaction/input.h
@@ -70,6 +70,9 @@ class Input {
bool _mouseHidden;
ZonePtr _hoverZone;
+ void enterInventoryMode();
+ void exitInventoryMode();
+
public:
enum {
kInputModeGame = 0,