aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage/menu.h')
-rw-r--r--engines/wage/menu.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/wage/menu.h b/engines/wage/menu.h
index 255f2e8294..e444c1a161 100644
--- a/engines/wage/menu.h
+++ b/engines/wage/menu.h
@@ -59,7 +59,10 @@ public:
void render();
bool mouseClick(int x, int y);
+ bool mouseRelease(int x, int y);
+ bool mouseMove(int x, int y);
+ bool _menuActivated;
Common::Rect _bbox;
private:
@@ -69,8 +72,6 @@ private:
const Graphics::Font *getMenuFont();
Common::Array<MenuItem *> _items;
- bool _menuActivated;
-
int _activeItem;
int _activeSubItem;
};