X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fmap_objects.h;h=f39df0daedf99ff059778a2f21cd035bb4c727d3;hb=2e690e2500e66535018bb6e01222442c074cb298;hp=9ef7f3b3a86bf484651bb7601395011d92d5f1b8;hpb=00a66e3c7cbcad13b5c29162e6c1c33235be9f07;p=plomrogue diff --git a/src/map_objects.h b/src/map_objects.h index 9ef7f3b..f39df0d 100644 --- a/src/map_objects.h +++ b/src/map_objects.h @@ -35,7 +35,7 @@ struct MonsterDef { struct MapObjDef map_obj_def; unsigned char hitpoints_start; }; -extern void readwrite_map_objects_dummy (void *, FILE *); +extern void init_map_object_defs (struct World *, char *); extern void write_map_objects_monsterdata (void *, FILE *); extern void write_map_objects (void * start, FILE *, void (*) (void *, FILE *) ); extern void read_map_objects_monsterdata (void *, FILE *);