From 33de2d046acfc7ee42fb71b1804b091f671b098a Mon Sep 17 00:00:00 2001 From: rodri Date: Wed, 20 Sep 2023 13:15:48 +0000 Subject: more work on the menulist of matches. --- fns.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'fns.h') diff --git a/fns.h b/fns.h index 2705ad5..4e5656f 100644 --- a/fns.h +++ b/fns.h @@ -21,3 +21,10 @@ int countshipcells(Map*); int shiplen(int); char *shipname(int); char *statename(int); +int max(int, int); + +/* + * menulist + */ +Menulist *newmenulist(int, char*); +void delmenulist(Menulist*); -- cgit v1.2.3