diff options
author | rodri <rgl@antares-labs.eu> | 2023-09-26 18:39:02 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2023-09-26 18:39:02 +0000 |
commit | 05825e751d69cde554c21ddfd00e646049425e31 (patch) | |
tree | 0ba2620bd9df21613b422e3eb475bd21cac8b4a1 /fns.h | |
parent | 2293ed78636e5f66b5e2884bebd193803cb6939f (diff) | |
download | battleship-05825e751d69cde554c21ddfd00e646049425e31.tar.gz battleship-05825e751d69cde554c21ddfd00e646049425e31.tar.bz2 battleship-05825e751d69cde554c21ddfd00e646049425e31.zip |
initial work towards spectator mode.
Diffstat (limited to 'fns.h')
-rw-r--r-- | fns.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ char *shipname(int); char *statename(int); int max(int, int); int min(int, int); +int bitpackmap(uchar*, ulong, Map*); +int bitunpackmap(Map*, uchar*, ulong); /* * menulist |