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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/wage/gui.h b/engines/wage/gui.h
index 488543e485..09c4693ba8 100644
--- a/engines/wage/gui.h
+++ b/engines/wage/gui.h
@@ -111,6 +111,7 @@ private:
void flowText(Common::String &str);
const Graphics::Font *getConsoleFont();
const Graphics::Font *getTitleFont();
+ void startMarking(int x, int y);
public:
Graphics::Surface _screen;
@@ -143,6 +144,8 @@ private:
Common::Rect _sceneArea;
bool _sceneIsActive;
bool _cursorIsArrow;
+
+ bool _inTextSelection;
};
} // End of namespace Wage