summaryrefslogtreecommitdiffstats
path: root/source/cRoot.h
diff options
context:
space:
mode:
authorfaketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-22 16:35:10 +0100
committerfaketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-22 16:35:10 +0100
commitd9c25a161e62ffd04353fbdb10e2ffa1cfe98039 (patch)
tree686cf865711b7bca0148433f4b799400a6587dbd /source/cRoot.h
parentAdded a CriticalSection to cPlugin_NewLua. Lua plugins are not threadsafe but they ARE accessed by multiple threads, this can create some hard to find errors, but I fixed it now :P (diff)
downloadcuberite-d9c25a161e62ffd04353fbdb10e2ffa1cfe98039.tar
cuberite-d9c25a161e62ffd04353fbdb10e2ffa1cfe98039.tar.gz
cuberite-d9c25a161e62ffd04353fbdb10e2ffa1cfe98039.tar.bz2
cuberite-d9c25a161e62ffd04353fbdb10e2ffa1cfe98039.tar.lz
cuberite-d9c25a161e62ffd04353fbdb10e2ffa1cfe98039.tar.xz
cuberite-d9c25a161e62ffd04353fbdb10e2ffa1cfe98039.tar.zst
cuberite-d9c25a161e62ffd04353fbdb10e2ffa1cfe98039.zip
Diffstat (limited to '')
-rw-r--r--source/cRoot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/cRoot.h b/source/cRoot.h
index a3c3f143b..0b5e9c7af 100644
--- a/source/cRoot.h
+++ b/source/cRoot.h
@@ -57,6 +57,7 @@ public:
int GetTotalChunkCount(void); // tolua_export
private:
+ void LoadGlobalSettings();
void LoadWorlds();
void UnloadWorlds();