diff options
Diffstat (limited to 'engines/cryo/cryo.h')
| -rw-r--r-- | engines/cryo/cryo.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/engines/cryo/cryo.h b/engines/cryo/cryo.h index 0d3618921d..89bb4f0c04 100644 --- a/engines/cryo/cryo.h +++ b/engines/cryo/cryo.h @@ -37,6 +37,7 @@ #include "cryo/eden.h" #include "cryo/video.h" +#include "cryo/debugger.h" namespace Cryo { @@ -69,10 +70,13 @@ public: Graphics::Surface _screen; EdenGame *_game; HnmPlayer *_video; + Debugger *_debugger; View *_screenView; volatile int32 _timerTicks; + bool _showHotspots; + void pollEvents(); bool isScanCodeDown(int16 scancode); @@ -81,9 +85,6 @@ public: void getMousePosition(int16 *x, int16 *y); void setMousePosition(int16 x, int16 y); bool isMouseButtonDown(); - -private: - Console *_console; }; extern CryoEngine *g_ed; |
