From be547a2dba10292fb3191bc5fec42212d2391660 Mon Sep 17 00:00:00 2001 From: rodri Date: Wed, 30 Aug 2023 22:07:50 +0000 Subject: forbid placing ships after being done with the layout. show the current ship and its length during placement. also made changes to some of the info banners. --- fns.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fns.h') diff --git a/fns.h b/fns.h index cea6e73..d013a60 100644 --- a/fns.h +++ b/fns.h @@ -18,3 +18,4 @@ void settiles(Map*, Point2, int, int, int); void fprintmap(int, Map*); int countshipcells(Map*); int shiplen(int); +char *shipname(int); -- cgit v1.2.3