From c6fd2986d4261cf742d3bc21e8c12be59ab89f95 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 14 Nov 2011 21:41:30 +0200 Subject: GameDef compiles --- src/content_mapnode.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/content_mapnode.h') diff --git a/src/content_mapnode.h b/src/content_mapnode.h index 3946c1e4d..ace30be7b 100644 --- a/src/content_mapnode.h +++ b/src/content_mapnode.h @@ -22,9 +22,10 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "mapnode.h" class ITextureSource; +class IWritableNodeDefManager; /* - Fills stuff to the global ContentFeatures lookup table. + Initialize default node definitions This accesses tsrc; if it is non-NULL, textures are set for the nodes. @@ -35,7 +36,7 @@ class ITextureSource; Server only calls this once with tsrc=NULL. */ -void content_mapnode_init(ITextureSource *tsrc); +void content_mapnode_init(ITextureSource *tsrc, IWritableNodeDefManager *nodemgr); // Backwards compatibility for non-extended content types in v19 extern content_t trans_table_19[21][2]; -- cgit v1.2.3