aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/menu.h
diff options
context:
space:
mode:
authorArnaud Boutonné2011-01-04 08:36:03 +0000
committerArnaud Boutonné2011-01-04 08:36:03 +0000
commit9ee74fee8a8cc296ccd4a22bc34900afefc7438e (patch)
tree9213bbf7a94ebfd8b09016fdec7776db2e7273c0 /engines/hugo/menu.h
parente59eb31ba94cf80cd905fe954970c1b926d1c3a4 (diff)
downloadscummvm-rg350-9ee74fee8a8cc296ccd4a22bc34900afefc7438e.tar.gz
scummvm-rg350-9ee74fee8a8cc296ccd4a22bc34900afefc7438e.tar.bz2
scummvm-rg350-9ee74fee8a8cc296ccd4a22bc34900afefc7438e.zip
HUGO: Implement menu commands
Also did some cleanup, and had to comment out handleMouseUp() as it's currently not working really well svn-id: r55114
Diffstat (limited to 'engines/hugo/menu.h')
-rw-r--r--engines/hugo/menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/menu.h b/engines/hugo/menu.h
index 33d5db7b79..a68ad2514f 100644
--- a/engines/hugo/menu.h
+++ b/engines/hugo/menu.h
@@ -48,7 +48,7 @@ public:
void reflowLayout();
void handleCommand(GUI::CommandSender *sender, uint32 command, uint32 data);
- void handleMouseUp(int x, int y, int button, int clickCount);
+// void handleMouseUp(int x, int y, int button, int clickCount);
void loadBmpArr(Common::File &in);