From 297ddb370b450c925cbe9a04aefb575d57a34efa Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 5 Nov 2003 12:25:42 +0000 Subject: refactored common code into a new class OptionsDialog; various fixes and cleanup to the launcher/option dialogs svn-id: r11152 --- gui/launcher.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gui/launcher.h') 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 -- cgit v1.2.3