X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcontent_mapblock.h;h=af25191b4b917694db4500aa35f4cb3e65bf6069;hb=9a4ef878598bf05bd2e88e44592fe21ccdb0aec6;hp=438422014f622620983ea4bddb9ed89e5b619442;hpb=9d09103e481c4979ebb0130a9dee6265d0d6223b;p=oweals%2Fminetest.git diff --git a/src/content_mapblock.h b/src/content_mapblock.h index 438422014..af25191b4 100644 --- a/src/content_mapblock.h +++ b/src/content_mapblock.h @@ -20,12 +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" +struct MeshMakeData; +struct MeshCollector; void mapblock_mesh_generate_special(MeshMakeData *data, MeshCollector &collector); -#endif #endif