aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/cge2.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/cge2.h')
-rw-r--r--engines/cge2/cge2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cge2/cge2.h b/engines/cge2/cge2.h
index d40d417ae8..d067e40153 100644
--- a/engines/cge2/cge2.h
+++ b/engines/cge2/cge2.h
@@ -50,6 +50,7 @@ class Spare;
class CommandHandler;
class InfoLine;
class Mouse;
+class Keyboard;
class Talk;
class Hero;
class Bitmap;
@@ -213,6 +214,7 @@ public:
CommandHandler *_commandHandlerTurbo;
InfoLine *_infoLine;
Mouse *_mouse;
+ Keyboard *_keyboard;
Talk *_talk;
V3D *_point[kMaxPoint];
private: