diff options
Diffstat (limited to 'fns.h')
-rw-r--r-- | fns.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,3 +12,7 @@ Image *eallocimage(Display*, Rectangle, ulong, int, ulong); */ char *cell2coords(Point2); Point2 coords2cell(char*); +int gettile(Map*, Point2); +void settile(Map*, Point2, int); +void settiles(Map*, Point2, int, int, int); +int shiplen(int); |