diff options
author | Christopher Page | 2008-07-02 00:30:49 +0000 |
---|---|---|
committer | Christopher Page | 2008-07-02 00:30:49 +0000 |
commit | a14a0d16c1d3038b320a21246443e6d855fc2787 (patch) | |
tree | 2bb11d9a13844f21e972aa7c09f5cf5047dcbe62 /engines/dialogs.h | |
parent | 718a85e30d26a8b3167842fe9ea24b648647fa72 (diff) | |
download | scummvm-rg350-a14a0d16c1d3038b320a21246443e6d855fc2787.tar.gz scummvm-rg350-a14a0d16c1d3038b320a21246443e6d855fc2787.tar.bz2 scummvm-rg350-a14a0d16c1d3038b320a21246443e6d855fc2787.zip |
Changes to implementation of the GMM
svn-id: r32872
Diffstat (limited to 'engines/dialogs.h')
-rw-r--r-- | engines/dialogs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dialogs.h b/engines/dialogs.h index 5bacd45c2e..dc6bff4dd6 100644 --- a/engines/dialogs.h +++ b/engines/dialogs.h @@ -46,6 +46,7 @@ class MainMenuDialog : public GlobalDialog { public: MainMenuDialog(Engine *engine); ~MainMenuDialog(); + virtual void handleCommand(GUI::CommandSender *sender, uint32 cmd, uint32 data); protected: |