X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=src%2Fobjects_on_map.c;h=d74981b6f652ac95f5e0f6430c60761910bf1233;hb=d951e2631a19500f1bb8c29f9e029a9d9fb29ae7;hp=a7d9c32a75b4e78a9b9e3ff7970aa618bd03c560;hpb=f29ca8b607b7e7cdb23ba90c491aaee2e294633d;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 *);