aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/launcher.h')
-rw-r--r--gui/launcher.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gui/launcher.h b/gui/launcher.h
index 1a02b9cb0c..33b26953f6 100644
--- a/gui/launcher.h
+++ b/gui/launcher.h
@@ -36,7 +36,9 @@ public:
LauncherDialog(NewGui *gui, GameDetector &detector);
~LauncherDialog();
- void handleCommand(CommandSender *sender, uint32 cmd, uint32 data);
+ virtual void open();
+ virtual void close();
+ virtual void handleCommand(CommandSender *sender, uint32 cmd, uint32 data);
protected:
ListWidget *_list;