From c46301bcc285fd216ab76095e81dc54b3ba1d127 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 4 May 2006 22:55:15 +0000 Subject: Make sure our config default values get properly registered svn-id: r22345 --- base/gameDetector.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base/gameDetector.h') 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(); -- cgit v1.2.3