X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance2?a=blobdiff_plain;f=src%2Fserver%2Fyx_uint8.h;h=4763f55a7247fd7c6a74dc918cf0e6809aad3142;hb=9f1f36adb18c45b1b834162b0f23b2847627e538;hp=62cc9ce1f9c74fb07eb8df071039bbe8e1299e32;hpb=58486c337a7b1f04311801d902fed41ed3f67315;p=plomrogue diff --git a/src/server/yx_uint8.h b/src/server/yx_uint8.h index 62cc9ce..4763f55 100644 --- a/src/server/yx_uint8.h +++ b/src/server/yx_uint8.h @@ -11,9 +11,6 @@ -/* 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