X-Git-Url: https://plomlompom.com/repos/todo?a=blobdiff_plain;f=src%2Fmap_objects.h;h=fb33fe504fd0072b79442b982d3dfab32caf2282;hb=c7cc7fe6896f27762e2dd9b65de57f81bd1f33d4;hp=d5985148a04707f3c4b0a89697e36de8d6c2db9c;hpb=96cc2077a4b491df2f13e71215db01ed7261cb84;p=plomrogue diff --git a/src/map_objects.h b/src/map_objects.h index d598514..fb33fe5 100644 --- a/src/map_objects.h +++ b/src/map_objects.h @@ -87,7 +87,8 @@ extern void init_map_object_defs(struct World * world, char * filename); */ extern void * build_map_objects(struct World * world, void * start, char def_id, unsigned char n, size_t size, - void (*) (struct MapObjDef *, void *)); + void (* b_typedata) (struct MapObjDef *, + void *)); extern void build_map_objects_itemdata(struct MapObjDef * map_obj_def, void * start); extern void build_map_objects_monsterdata(struct MapObjDef * map_obj_def,