aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/events.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/events.h')
-rw-r--r--engines/hopkins/events.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/hopkins/events.h b/engines/hopkins/events.h
index 8aa87e0cdc..7979115a0f 100644
--- a/engines/hopkins/events.h
+++ b/engines/hopkins/events.h
@@ -34,6 +34,8 @@ namespace Hopkins {
class HopkinsEngine;
+enum GAME_KEY { KEY_NONE = 0, KEY_INVENTORY = 1, KEY_OPTIONS = 2, KEY_SAVE = 3, KEY_LOAD = 4 };
+
class EventsManager {
private:
HopkinsEngine *_vm;
@@ -60,7 +62,7 @@ public:
uint32 _priorFrameTime;
bool ESC_KEY;
bool NOESC;
- bool KEY_INVENT;
+ GAME_KEY GAME_KEY;
int btsouris;
public:
EventsManager();