From ea8d6d7abd86b33169b8c2b80cd382d82ba84b8b Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sat, 12 Nov 2011 03:21:40 +0200 Subject: Scripting WIP --- src/content_sao.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/content_sao.h') diff --git a/src/content_sao.h b/src/content_sao.h index 115b9ead4..ef22f2974 100644 --- a/src/content_sao.h +++ b/src/content_sao.h @@ -195,7 +195,7 @@ private: Settings *m_properties; }; -struct LuaState; +struct LuaEntityProperties; class LuaEntitySAO : public ServerActiveObject { @@ -219,6 +219,7 @@ private: std::string m_init_name; std::string m_init_state; bool m_registered; + struct LuaEntityProperties *m_prop; }; #endif -- cgit v1.2.3