aboutsummaryrefslogtreecommitdiff
path: root/base/gameDetector.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/gameDetector.h')
-rw-r--r--base/gameDetector.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/gameDetector.h b/base/gameDetector.h
index ebb642b57d..48714a73d3 100644
--- a/base/gameDetector.h
+++ b/base/gameDetector.h
@@ -38,14 +38,14 @@ public:
GameDetector();
static Common::String parseCommandLine(Common::StringMap &settings, int argc, char **argv);
- void processSettings(Common::String &target, Common::StringMap &settings);
- const Plugin *detectMain();
+ static void processSettings(Common::String &target, Common::StringMap &settings);
+ static const Plugin *detectMain();
public:
static GameDescriptor findGame(const String &gameName, const Plugin **plugin = NULL);
//protected:
- void setTarget(const String &name); // TODO: This should be protected
+ static void setTarget(const String &name); // TODO: This should be protected
};
#endif