X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=src%2Fyx_uint16.h;h=4751b683719636220275e2d4af3ac420d63ce13e;hb=d46d650d78b1e9830934d912998f17fae7ac592c;hp=c697879654be9ad11b3e8f69d6d8b5451123c935;hpb=47d7b87570ce3c79d3e0a6b8e765c74d065b6ba5;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