summaryrefslogtreecommitdiff
path: root/src/content_mapnode.h
diff options
context:
space:
mode:
authorKahrl <kahrl@gmx.net>2011-11-26 00:09:36 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-11-29 19:13:52 +0200
commitc1479a273266709d6d0775c690dce31a7a430aa5 (patch)
treedf1a47c7c0b8d923392f6476fdbaf41a15ed11cb /src/content_mapnode.h
parent1f53ca5f4c2736ab060d93885d9bd956f14ae430 (diff)
downloadminetest-c1479a273266709d6d0775c690dce31a7a430aa5.tar.gz
minetest-c1479a273266709d6d0775c690dce31a7a430aa5.tar.bz2
minetest-c1479a273266709d6d0775c690dce31a7a430aa5.zip
Add node definitions in Lua and do not use content_mapnode_init anymore (except in test.cpp)
Diffstat (limited to 'src/content_mapnode.h')
-rw-r--r--src/content_mapnode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/content_mapnode.h b/src/content_mapnode.h
index 57be6da72..b928e4407 100644
--- a/src/content_mapnode.h
+++ b/src/content_mapnode.h
@@ -28,7 +28,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
class IWritableNodeDefManager;
-// Initialize default (legacy) node definitions
+// Initialize legacy node definitions
+// Not used used anywhere else than in test.cpp (and SHALL NOT BE)
void content_mapnode_init(IWritableNodeDefManager *nodemgr);
// Backwards compatibility for non-extended content types in v19