X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fcontent_mapblock.h;h=af25191b4b917694db4500aa35f4cb3e65bf6069;hb=7d1ac4d1f6b53fb5e99ba86dd654d27b27146898;hp=438422014f622620983ea4bddb9ed89e5b619442;hpb=1c90f9fc2eba43be71f9d49dad75c5d0514d4e50;p=minetest.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