X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;ds=inline;f=src%2Fserver%2Ffield_of_view.c;h=3d86402fe3c4f60aebc355e41c7e994271daf95a;hb=f6615d3be438bbca4997c38c546c0d8724da80d4;hp=b4303970cdee2bcb283ed223aa5a6832f3ca0cb2;hpb=6db8d212ad66a7a934a47f319f88d1c811791798;p=plomrogue diff --git a/src/server/field_of_view.c b/src/server/field_of_view.c index b430397..3d86402 100644 --- a/src/server/field_of_view.c +++ b/src/server/field_of_view.c @@ -6,9 +6,10 @@ #include /* memset() */ #include "../common/rexit.h" /* exit_trouble() */ #include "../common/try_malloc.h" /* try_malloc() */ +#include "../common/yx_uint8.h" /* yx_uint8 */ #include "map.h" /* mv_yx_in_dir_legal() */ #include "things.h" /* Thing, ThingInMemory, add_thing_to_memory_map() */ -#include "yx_uint8.h" /* yx_uint8, mv_yx_in_hex_dir(), mv_yx_in_dir_wrap(), */ +#include "yx_uint8.h" /* mv_yx_in_dir_wrap(), */ #include "world.h" /* world */