summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorPhilipp Sehmisch <mana@crushnet.org>2010-02-24 21:51:48 +0100
committerPhilipp Sehmisch <mana@crushnet.org>2010-02-24 22:55:56 +0100
commit4cb11db37aeb8052e1fef94965bc48bbc949e7f9 (patch)
treebcd945faf1388b96be9d949d9b6d701855b70a9a /src/client.h
parent48131e2ecfa4d52375d890dac80f9ab1ad45ccf0 (diff)
downloadMana-4cb11db37aeb8052e1fef94965bc48bbc949e7f9.tar.gz
Mana-4cb11db37aeb8052e1fef94965bc48bbc949e7f9.tar.bz2
Mana-4cb11db37aeb8052e1fef94965bc48bbc949e7f9.tar.xz
Mana-4cb11db37aeb8052e1fef94965bc48bbc949e7f9.zip
Added the possibility to pass a branding file by command line. Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl>
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index 47328c4d..32b921dc 100644
--- a/src/client.h
+++ b/src/client.h
@@ -139,6 +139,7 @@ public:
std::string password;
std::string character;
std::string configPath;
+ std::string brandingPath;
std::string updateHost;
std::string dataPath;
std::string homeDir;