aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.h
diff options
context:
space:
mode:
authorMax Horn2007-02-18 18:23:52 +0000
committerMax Horn2007-02-18 18:23:52 +0000
commit94507bb44dc38bfaffc5a293f1160f35f56dd9b7 (patch)
tree36b0ce59297a7779f5f7e8a291806de8275e8688 /gui/launcher.h
parente0a7c6d7a78f306b7aa2a60eec9c698119090515 (diff)
downloadscummvm-rg350-94507bb44dc38bfaffc5a293f1160f35f56dd9b7.tar.gz
scummvm-rg350-94507bb44dc38bfaffc5a293f1160f35f56dd9b7.tar.bz2
scummvm-rg350-94507bb44dc38bfaffc5a293f1160f35f56dd9b7.zip
Improved 'Mass Detector': Now displays a dialog which displays the scan progress to the user, and can be cancelled (the whole thing still needs to be polished)
svn-id: r25697
Diffstat (limited to 'gui/launcher.h')
-rw-r--r--gui/launcher.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/gui/launcher.h b/gui/launcher.h
index 1730fea622..41550db992 100644
--- a/gui/launcher.h
+++ b/gui/launcher.h
@@ -31,6 +31,10 @@ class BrowserDialog;
class ListWidget;
class GraphicsWidget;
+
+Common::String addGameToConf(const GameDescriptor &result);
+
+
class LauncherDialog : public Dialog {
typedef Common::String String;
typedef Common::StringList StringList;
@@ -68,9 +72,6 @@ protected:
void editGame(int item);
void selectGame(const String &name);
-
- void addGameToConf(const FilesystemNode &dir, const GameDescriptor &result, bool suppressEditDialog);
- void addGameRecursive(FilesystemNode dir);
};
} // End of namespace GUI