diff options
Diffstat (limited to '')
-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 + + + + |