summaryrefslogtreecommitdiffstats
path: root/src/Root.h
diff options
context:
space:
mode:
authorGareth Nelson <gareth@garethnelson.com>2017-02-22 14:10:32 +0100
committerMattes D <github@xoft.cz>2017-02-22 14:10:32 +0100
commit1c31cb7eecc92d2fb218da8948e3201b618a46d2 (patch)
tree48212c2758941cd4bc1115fa8bdd91356c341d65 /src/Root.h
parentAdd 1.11.1/1.11.2 protocol (#3575) (diff)
downloadcuberite-1c31cb7eecc92d2fb218da8948e3201b618a46d2.tar
cuberite-1c31cb7eecc92d2fb218da8948e3201b618a46d2.tar.gz
cuberite-1c31cb7eecc92d2fb218da8948e3201b618a46d2.tar.bz2
cuberite-1c31cb7eecc92d2fb218da8948e3201b618a46d2.tar.lz
cuberite-1c31cb7eecc92d2fb218da8948e3201b618a46d2.tar.xz
cuberite-1c31cb7eecc92d2fb218da8948e3201b618a46d2.tar.zst
cuberite-1c31cb7eecc92d2fb218da8948e3201b618a46d2.zip
Diffstat (limited to 'src/Root.h')
-rw-r--r--src/Root.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Root.h b/src/Root.h
index 10848ea3f..3595848d9 100644
--- a/src/Root.h
+++ b/src/Root.h
@@ -52,6 +52,8 @@ public:
static bool m_TerminateEventRaised;
static bool m_RunAsService;
+ /** which ini file to load settings from, default is settings.ini */
+ AString m_SettingsFilename;
cRoot(void);
~cRoot();