From 807a0d313ba667356ee8af8ef5ae82b6c4881d15 Mon Sep 17 00:00:00 2001 From: Kahrl Date: Tue, 13 Mar 2012 18:56:12 +0100 Subject: MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric light, removed footprints --- src/content_mapblock.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/content_mapblock.h') diff --git a/src/content_mapblock.h b/src/content_mapblock.h index eaf74b142..af25191b4 100644 --- a/src/content_mapblock.h +++ b/src/content_mapblock.h @@ -20,13 +20,10 @@ with this program; if not, write to the Free Software Foundation, Inc., #ifndef CONTENT_MAPBLOCK_HEADER #define CONTENT_MAPBLOCK_HEADER -#ifndef SERVER - #include "mapblock_mesh.h" - #include "utility.h" -class IGameDef; +struct MeshMakeData; +struct MeshCollector; void mapblock_mesh_generate_special(MeshMakeData *data, - MeshCollector &collector, IGameDef *gamedef); -#endif + MeshCollector &collector); #endif -- cgit v1.2.3