aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage/gui.h')
-rw-r--r--engines/wage/gui.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/engines/wage/gui.h b/engines/wage/gui.h
index 4f2815b18e..1a82c8f713 100644
--- a/engines/wage/gui.h
+++ b/engines/wage/gui.h
@@ -85,9 +85,14 @@ private:
const Graphics::Font *getTitleFont();
const Graphics::Font *getFont(const char *name, Graphics::FontManager::FontUsage fallback);
+public:
+ Graphics::Surface _screen;
+ int _cursorX, _cursorY;
+ bool _cursorState;
+ Common::Rect _consoleTextArea;
+
private:
WageEngine *_engine;
- Graphics::Surface _screen;
Graphics::Surface _console;
Scene *_scene;
bool _sceneDirty;
@@ -104,7 +109,6 @@ private:
bool _builtInFonts;
- Common::Rect _consoleTextArea;
Common::Rect _sceneArea;
bool _sceneIsActive;
bool _cursorIsArrow;