summaryrefslogtreecommitdiff
path: root/src/content_cao.h
diff options
context:
space:
mode:
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;
};