X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fyx_uint16.h;h=188e553e0014b820bf7e2e0dfa783913abb1bf27;hb=350ef2e2d17e8122e2991466f76a9a083a6303e7;hp=7e3d13b51b273e436e9b50dce7d87c21b4b9efdb;hpb=d701e79e9297470b56315eefd431c62c9aba28b2;p=plomrogue diff --git a/src/yx_uint16.h b/src/yx_uint16.h index 7e3d13b..188e553 100644 --- a/src/yx_uint16.h +++ b/src/yx_uint16.h @@ -23,8 +23,6 @@ struct yx_uint16 /* Return 1 if two yx_uint16 coordinates at "a" and "b" are equal, else 0. */ extern uint8_t yx_uint16_cmp(struct yx_uint16 * a, struct yx_uint16 * b); - - /* Return yx_uint16 coordinate one step from coordinate yx in direction "dir" * (east: 'E', west: 'W', north: 'N', south: 'S'). *