aboutsummaryrefslogtreecommitdiff
path: root/base/gameDetector.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/gameDetector.h')
-rw-r--r--base/gameDetector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/gameDetector.h b/base/gameDetector.h
index 48714a73d3..89793cf48c 100644
--- a/base/gameDetector.h
+++ b/base/gameDetector.h
@@ -35,8 +35,8 @@ class GameDetector {
typedef Common::String String;
public:
- GameDetector();
-
+ static void registerDefaults();
+
static Common::String parseCommandLine(Common::StringMap &settings, int argc, char **argv);
static void processSettings(Common::String &target, Common::StringMap &settings);
static const Plugin *detectMain();