]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/map.h
commit before some more radical changes
[dragonfireclient.git] / src / map.h
index 1cebef63442727eac60cfdb9dd02a42a07e8af08..2fafcae17e1fef95540be8f4ed56768880cae988 100644 (file)
--- 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 @@ class Map : public NodeContainer
        
        void transformLiquids(core::map<v3s16, MapBlock*> & modified_blocks);
 
+       /*
+               Node metadata
+               These are basically coordinate wrappers to MapBlock
+       */
+       
+       NodeMetadata* getNodeMetadataClone(v3s16 p);
+
        /*
                Variables
        */