diff options
author | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-02-22 16:15:44 +0100 |
---|---|---|
committer | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-02-22 16:15:44 +0100 |
commit | 42a3cd60d400891b3bd43c3ed2475df25b7b7e21 (patch) | |
tree | d8e08e66d5bf8bafc7df2ad089566ea62141b3e6 /source/cPlugin_NewLua.h | |
parent | VC2008: cleaned up the Release configuration for the project (diff) | |
download | cuberite-42a3cd60d400891b3bd43c3ed2475df25b7b7e21.tar cuberite-42a3cd60d400891b3bd43c3ed2475df25b7b7e21.tar.gz cuberite-42a3cd60d400891b3bd43c3ed2475df25b7b7e21.tar.bz2 cuberite-42a3cd60d400891b3bd43c3ed2475df25b7b7e21.tar.lz cuberite-42a3cd60d400891b3bd43c3ed2475df25b7b7e21.tar.xz cuberite-42a3cd60d400891b3bd43c3ed2475df25b7b7e21.tar.zst cuberite-42a3cd60d400891b3bd43c3ed2475df25b7b7e21.zip |
Diffstat (limited to 'source/cPlugin_NewLua.h')
-rw-r--r-- | source/cPlugin_NewLua.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/cPlugin_NewLua.h b/source/cPlugin_NewLua.h index d88f7bdf0..f778cddfa 100644 --- a/source/cPlugin_NewLua.h +++ b/source/cPlugin_NewLua.h @@ -42,6 +42,8 @@ private: typedef std::list< cWebPlugin_Lua* > WebPluginList;
WebPluginList m_WebPlugins;
+ cCriticalSection m_CriticalSection;
+
std::string m_Directory;
lua_State* m_LuaState;
};//tolua_export
\ No newline at end of file |