X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/static/git-logo.png?a=blobdiff_plain;f=src%2Fobjects_on_map.c;h=d74981b6f652ac95f5e0f6430c60761910bf1233;hb=868c0fd39978607ad2f68edd426f48a491ac1a2d;hp=a7d9c32a75b4e78a9b9e3ff7970aa618bd03c560;hpb=730fe60725a42dc89918e7b9c233dd24193de8ac;p=plomrogue diff --git a/src/objects_on_map.c b/src/objects_on_map.c index a7d9c32..d74981b 100644 --- a/src/objects_on_map.c +++ b/src/objects_on_map.c @@ -3,8 +3,9 @@ #include #include "yx_uint16.h" #include "readwrite.h" -#include "roguelike.h" +#include "misc.h" #include "map.h" +#include "main.h" static struct ChainMapObject * get_next_cmo (void *, char *, size_t, struct ChainMapObject *);