From abceeee92f99b84ebb79968269835a4f509bfb90 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 14 Nov 2011 00:19:48 +0200 Subject: Create framework for getting rid of global definitions of node/tool/item/whatever types --- src/content_mapblock.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/content_mapblock.h') diff --git a/src/content_mapblock.h b/src/content_mapblock.h index 438422014..6eb63af4f 100644 --- a/src/content_mapblock.h +++ b/src/content_mapblock.h @@ -23,8 +23,9 @@ with this program; if not, write to the Free Software Foundation, Inc., #ifndef SERVER #include "mapblock_mesh.h" #include "utility.h" +class ITextureSource; void mapblock_mesh_generate_special(MeshMakeData *data, - MeshCollector &collector); + MeshCollector &collector, ITextureSource *tsrc); #endif #endif -- cgit v1.2.3