From fd7a0735c9aeaa7978190049319e3cdfe48920a4 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 10 Apr 2011 04:15:10 +0300 Subject: new object system --- src/mapblock.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mapblock.h') diff --git a/src/mapblock.h b/src/mapblock.h index a77bf40c0..ce5682568 100644 --- a/src/mapblock.h +++ b/src/mapblock.h @@ -32,6 +32,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "mapblockobject.h" #include "voxel.h" #include "nodemetadata.h" +#include "staticobject.h" // Named by looking towards z+ @@ -681,6 +682,7 @@ public: #endif NodeMetadataList m_node_metadata; + StaticObjectList m_static_objects; private: /* -- cgit v1.2.3