diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-08-29 23:02:39 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-08-29 23:02:39 +0200 |
commit | f1d62b77cd1f9eb31cf508ee5eb54e09b9ca10e5 (patch) | |
tree | c57d967bab26888ae83692ab09cbbc7fabbae6f5 /source/cPlugin_Lua.h | |
parent | Added a check if torch is placed on the bottom face, temporarily fix the assert. (diff) | |
download | cuberite-f1d62b77cd1f9eb31cf508ee5eb54e09b9ca10e5.tar cuberite-f1d62b77cd1f9eb31cf508ee5eb54e09b9ca10e5.tar.gz cuberite-f1d62b77cd1f9eb31cf508ee5eb54e09b9ca10e5.tar.bz2 cuberite-f1d62b77cd1f9eb31cf508ee5eb54e09b9ca10e5.tar.lz cuberite-f1d62b77cd1f9eb31cf508ee5eb54e09b9ca10e5.tar.xz cuberite-f1d62b77cd1f9eb31cf508ee5eb54e09b9ca10e5.tar.zst cuberite-f1d62b77cd1f9eb31cf508ee5eb54e09b9ca10e5.zip |
Diffstat (limited to 'source/cPlugin_Lua.h')
-rw-r--r-- | source/cPlugin_Lua.h | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/source/cPlugin_Lua.h b/source/cPlugin_Lua.h index 6e5d027d4..73787de0c 100644 --- a/source/cPlugin_Lua.h +++ b/source/cPlugin_Lua.h @@ -3,10 +3,12 @@ class cPickup; class cPlayer; -class cPacket_BlockPlace; -class cPacket_BlockDig; -class cPacket_Login; class cPlugin; + + + + + class cPlugin_Lua //tolua_export { //tolua_export public: @@ -29,4 +31,8 @@ private: typedef std::list< cPlugin* > PluginList; PluginList m_Plugins; -}; //tolua_export
\ No newline at end of file +}; //tolua_export + + + + |