aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/launcher.h')
-rw-r--r--gui/launcher.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gui/launcher.h b/gui/launcher.h
index d7f7b6dc81..fa74186b2b 100644
--- a/gui/launcher.h
+++ b/gui/launcher.h
@@ -36,8 +36,6 @@ public:
LauncherDialog(GameDetector &detector);
~LauncherDialog();
- virtual void open();
- virtual void close();
virtual void handleCommand(CommandSender *sender, uint32 cmd, uint32 data);
protected:
@@ -51,6 +49,10 @@ protected:
void updateListing();
void updateButtons();
+
+ void addGame();
+ void removeGame(int item);
+ void editGame(int item);
};
#endif