diff options
Diffstat (limited to 'fns.h')
-rw-r--r-- | fns.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,3 +18,4 @@ void settiles(Map*, Point2, int, int, int); void fprintmap(int, Map*); int countshipcells(Map*); int shiplen(int); +char *shipname(int); |