]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/content_mapblock.h
Fix key change menu a bit
[dragonfireclient.git] / src / content_mapblock.h
index 438422014f622620983ea4bddb9ed89e5b619442..eaf74b142623fc65c6e1668725de50106a3ef89f 100644 (file)
@@ -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 IGameDef;
 void mapblock_mesh_generate_special(MeshMakeData *data,
-               MeshCollector &collector);
+               MeshCollector &collector, IGameDef *gamedef);
 #endif
 
 #endif