X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=src%2Fmap_objects.h;h=7fcf1c7df63087df887c2076cffb3cbe7a99c223;hb=823357b90906df451402358eda7b995143922496;hp=a5156f47d2a98b3cde51d1a40204ff6f54378baf;hpb=c7cdbe6260e5cd6a8efe2c73a02c9635b67ec4b7;p=plomrogue diff --git a/src/map_objects.h b/src/map_objects.h index a5156f4..7fcf1c7 100644 --- a/src/map_objects.h +++ b/src/map_objects.h @@ -88,8 +88,9 @@ extern void * build_map_objects(struct World * world, void * start, char def_id, /* Write to/read from file chain of map objects starting/to start in memory at * "start". */ -extern void write_map_objects(struct World * world, void * start, FILE * file); -extern void read_map_objects(struct World * world, void * start, FILE * file); +extern uint8_t write_map_objects(struct World * world, void * start, + FILE * file); +extern uint8_t read_map_objects(struct World * world, void * start, FILE * file);