diff options
author | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-02-22 16:35:10 +0100 |
---|---|---|
committer | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-02-22 16:35:10 +0100 |
commit | d9c25a161e62ffd04353fbdb10e2ffa1cfe98039 (patch) | |
tree | 686cf865711b7bca0148433f4b799400a6587dbd /source/cRoot.h | |
parent | Added 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) | |
download | cuberite-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 'source/cRoot.h')
-rw-r--r-- | source/cRoot.h | 1 |
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();
|