X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fyx_uint16.c;h=2d7503ba904381c87136e1df8b3f288fdf0e622b;hb=322bd8d0b863f89bc6ce864a853b57b554a1cabf;hp=8fb41bff04c80493279fc3fb7dd92070090a57b1;hpb=35cdeffc062d3d87f1526bbff10c401b56b1345a;p=plomrogue diff --git a/src/yx_uint16.c b/src/yx_uint16.c index 8fb41bf..2d7503b 100644 --- a/src/yx_uint16.c +++ b/src/yx_uint16.c @@ -1,6 +1,10 @@ /* yx_uint16.c */ -#include "yx_uint16.h" + + +#include "yx_uint16.h" /* for uint16_t */ + + extern char yx_uint16_cmp(struct yx_uint16 a, struct yx_uint16 b) { @@ -10,6 +14,8 @@ extern char yx_uint16_cmp(struct yx_uint16 a, struct yx_uint16 b) return 0; } + + extern struct yx_uint16 mv_yx_in_dir(enum dir d, struct yx_uint16 yx) { if (d == NORTH)