From 01c2b003e1efb839ad246eb939af7fa8336b9ad5 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 3 Apr 2011 16:21:06 +0300 Subject: commit before some more radical changes --- src/map.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 1cebef634..2fafcae17 100644 --- a/src/map.h +++ b/src/map.h @@ -39,6 +39,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "constants.h" #include "voxel.h" #include "mapchunk.h" +#include "nodemetadata.h" #define MAPTYPE_BASE 0 #define MAPTYPE_SERVER 1 @@ -276,6 +277,13 @@ public: void transformLiquids(core::map & modified_blocks); + /* + Node metadata + These are basically coordinate wrappers to MapBlock + */ + + NodeMetadata* getNodeMetadataClone(v3s16 p); + /* Variables */ -- cgit v1.2.3