From 95a3a31ee110df758317944b477d202d77384f42 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 2 Feb 2016 20:21:19 +0100 Subject: WAGE: Initial code for shortcuts --- engines/wage/gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/wage/gui.h') diff --git a/engines/wage/gui.h b/engines/wage/gui.h index 5f15067063..b5f84e0c80 100644 --- a/engines/wage/gui.h +++ b/engines/wage/gui.h @@ -100,6 +100,7 @@ public: const Graphics::Font *getFont(const char *name, Graphics::FontManager::FontUsage fallback); void regenCommandsMenu(); void regenWeaponsMenu(); + void processMenuShortCut(byte flags, uint16 ascii); private: void paintBorder(Graphics::Surface *g, Common::Rect &r, WindowType windowType); -- cgit v1.2.3