summaryrefslogtreecommitdiff
path: root/src/mapblock.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-04-10 04:15:10 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-04-10 04:15:10 +0300
commitfd7a0735c9aeaa7978190049319e3cdfe48920a4 (patch)
tree655709280d2940de54bd489a24821a158cea787d /src/mapblock.h
parentc0f0c6568bb45350e65f31476578feff879831bf (diff)
downloadminetest-fd7a0735c9aeaa7978190049319e3cdfe48920a4.tar.gz
minetest-fd7a0735c9aeaa7978190049319e3cdfe48920a4.tar.bz2
minetest-fd7a0735c9aeaa7978190049319e3cdfe48920a4.zip
new object system
Diffstat (limited to 'src/mapblock.h')
-rw-r--r--src/mapblock.h2
1 files changed, 2 insertions, 0 deletions
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:
/*