X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=src%2Fmisc.h;h=c823af6223c590fddf9a41efbdbbfdba2dc0659f;hb=657d5dbc6d362d7b20693c63b38d8d99f3d2dbbd;hp=b6923087b5068f20af114e6d118347d409797207;hpb=b05b66a27258c581a10e81348088c3486cb8f569;p=plomrogue diff --git a/src/misc.h b/src/misc.h index b692308..c823af6 100644 --- a/src/misc.h +++ b/src/misc.h @@ -79,4 +79,11 @@ extern struct yx_uint16 find_passable_pos(struct Map * map); +/* Navigate (as far as possible) up (dir=='u') or (else) down in player's + * inventory selection. + */ +extern void nav_inventory(struct World * world, char dir); + + + #endif