From eed727c61b51f46f6d172c56ecd26a3b1752d449 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Tue, 15 Nov 2011 19:58:36 +0200 Subject: Completely generalized mesh generation; ContentFeatures serialization --- src/content_mapnode.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/content_mapnode.h') diff --git a/src/content_mapnode.h b/src/content_mapnode.h index ace30be7b..3140f2179 100644 --- a/src/content_mapnode.h +++ b/src/content_mapnode.h @@ -21,7 +21,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #define CONTENT_MAPNODE_HEADER #include "mapnode.h" -class ITextureSource; class IWritableNodeDefManager; /* @@ -36,7 +35,7 @@ class IWritableNodeDefManager; Server only calls this once with tsrc=NULL. */ -void content_mapnode_init(ITextureSource *tsrc, IWritableNodeDefManager *nodemgr); +void content_mapnode_init(IWritableNodeDefManager *nodemgr); // Backwards compatibility for non-extended content types in v19 extern content_t trans_table_19[21][2]; -- cgit v1.2.3