summaryrefslogtreecommitdiff
path: root/src/content_cao.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-11-12 10:39:44 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-11-29 19:13:39 +0200
commitdcedfdacd1ba77591cdc0aa2b8c123c6a5ef2f5d (patch)
treeb52f1ec55269db3c0691e0292de4d1bb64f41389 /src/content_cao.h
parentea8d6d7abd86b33169b8c2b80cd382d82ba84b8b (diff)
downloadminetest-dcedfdacd1ba77591cdc0aa2b8c123c6a5ef2f5d.tar.gz
minetest-dcedfdacd1ba77591cdc0aa2b8c123c6a5ef2f5d.tar.bz2
minetest-dcedfdacd1ba77591cdc0aa2b8c123c6a5ef2f5d.zip
Scripting WIP
Diffstat (limited to 'src/content_cao.h')
-rw-r--r--src/content_cao.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/content_cao.h b/src/content_cao.h
index c8554e737..53336c7b9 100644
--- a/src/content_cao.h
+++ b/src/content_cao.h
@@ -380,6 +380,8 @@ private:
LuaEntityCAO
*/
+struct LuaEntityProperties;
+
class LuaEntityCAO : public ClientActiveObject
{
public:
@@ -414,6 +416,7 @@ private:
core::aabbox3d<f32> m_selection_box;
scene::IMeshSceneNode *m_node;
v3f m_position;
+ struct LuaEntityProperties *m_prop;
};