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_mapblock.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/content_mapblock.h') diff --git a/src/content_mapblock.h b/src/content_mapblock.h index 6eb63af4f..eaf74b142 100644 --- a/src/content_mapblock.h +++ b/src/content_mapblock.h @@ -23,9 +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; +class IGameDef; void mapblock_mesh_generate_special(MeshMakeData *data, - MeshCollector &collector, ITextureSource *tsrc); + MeshCollector &collector, IGameDef *gamedef); #endif #endif -- cgit v1.2.3