X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fobjects_on_map.c;h=a7d9c32a75b4e78a9b9e3ff7970aa618bd03c560;hb=8e2ccd2e08bf2a08049c6c04ea24d79d161b4945;hp=76c57e0f6a34f2a9ac07d80542fe74e9523bbbbd;hpb=1191fe6ec56b6fd2155c0c71de15740187739fd9;p=plomrogue diff --git a/src/objects_on_map.c b/src/objects_on_map.c index 76c57e0..a7d9c32 100644 --- a/src/objects_on_map.c +++ b/src/objects_on_map.c @@ -4,6 +4,7 @@ #include "yx_uint16.h" #include "readwrite.h" #include "roguelike.h" +#include "map.h" static struct ChainMapObject * get_next_cmo (void *, char *, size_t, struct ChainMapObject *);