X-Git-Url: https://plomlompom.com/repos//%22https:/validator.w3.org/check?a=blobdiff_plain;f=src%2Fyx_uint16.h;h=4751b683719636220275e2d4af3ac420d63ce13e;hb=b944d403e356e444b47b0f5768406c0527151be0;hp=c697879654be9ad11b3e8f69d6d8b5451123c935;hpb=96aac43b412040f7a6c78c74327250b1516d1e05;p=plomrogue diff --git a/src/yx_uint16.h b/src/yx_uint16.h index c697879..4751b68 100644 --- a/src/yx_uint16.h +++ b/src/yx_uint16.h @@ -13,6 +13,6 @@ struct yx_uint16 { uint16_t x; }; extern char yx_uint16_cmp (struct yx_uint16, struct yx_uint16); -struct yx_uint16 mv_yx_in_dir (char, struct yx_uint16); +extern struct yx_uint16 mv_yx_in_dir (char, struct yx_uint16); #endif