diff options
author | rodri <rgl@antares-labs.eu> | 2024-11-08 14:21:07 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2024-11-08 14:21:07 +0000 |
commit | c0323562b7f330bc1cc62aa694c8251f14681f1f (patch) | |
tree | 164d1596781f740ca8a59e05bca8c807ad0ab6f7 /dat.h | |
parent | 308418de2078b951963b9d902bad6f640a60e0e5 (diff) | |
download | battleship-c0323562b7f330bc1cc62aa694c8251f14681f1f.tar.gz battleship-c0323562b7f330bc1cc62aa694c8251f14681f1f.tar.bz2 battleship-c0323562b7f330bc1cc62aa694c8251f14681f1f.zip |
bts: poll matches automatically.
before, it was necessary for the user to press w every time
they wanted to get the most recent list of matches, which
is dumb.
Diffstat (limited to 'dat.h')
-rw-r--r-- | dat.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +#define SEC 1000000000ULL + enum { Twater, Tship, |