aboutsummaryrefslogtreecommitdiff
path: root/common/config-manager.h
diff options
context:
space:
mode:
authorJames Brown2004-02-07 04:53:59 +0000
committerJames Brown2004-02-07 04:53:59 +0000
commit9b97d851fe7caef9c6c87ec5a073f44060112b9c (patch)
tree4078f6a0bbed03596af3da67b6a63615984ddd21 /common/config-manager.h
parenta2039576fb698d50c6459d7f2ea66804dcbd33d6 (diff)
downloadscummvm-rg350-9b97d851fe7caef9c6c87ec5a073f44060112b9c.tar.gz
scummvm-rg350-9b97d851fe7caef9c6c87ec5a073f44060112b9c.tar.bz2
scummvm-rg350-9b97d851fe7caef9c6c87ec5a073f44060112b9c.zip
Add -c/--config option to specific alternate configuration file. Sorry Max, but it's damn useful for coverdiscs :)
svn-id: r12758
Diffstat (limited to 'common/config-manager.h')
-rw-r--r--common/config-manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/config-manager.h b/common/config-manager.h
index ddc97b76ee..ee3159fb0a 100644
--- a/common/config-manager.h
+++ b/common/config-manager.h
@@ -61,6 +61,8 @@ public:
/** The transient (pseudo) domain. */
static const String kTransientDomain;
+ void switchFile(const String &filename);
+
bool hasKey(const String &key) const;
bool hasKey(const String &key, const String &dom) const;