X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/static/git-logo.png?a=blobdiff_plain;f=src%2Fserver%2Fyx_uint8.h;h=54246fd9b7e7d4519d6f74686669dccdf4644295;hb=f6615d3be438bbca4997c38c546c0d8724da80d4;hp=62cc9ce1f9c74fb07eb8df071039bbe8e1299e32;hpb=6db8d212ad66a7a934a47f319f88d1c811791798;p=plomrogue diff --git a/src/server/yx_uint8.h b/src/server/yx_uint8.h index 62cc9ce..54246fd 100644 --- a/src/server/yx_uint8.h +++ b/src/server/yx_uint8.h @@ -7,13 +7,10 @@ #define YX_UINT8_H_SERVER #include /* uint8_t */ -#include "../common/yx_uint8.h" /* yx_uint8 */ +struct yx_uint8; -/* Return 1 if two yx_uint8 coordinates at "a" and "b" are equal, else 0. */ -extern uint8_t yx_uint8_cmp(struct yx_uint8 * a, struct yx_uint8 * b); - /* Move "yx" into hex direction "d". If this moves "yx" beyond the minimal (0) * or maximal (UINT8_MAX) column or row, it wraps to the opposite side. Such * wrapping is returned as a wraps enum value and stored, so that further calls