aboutsummaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2024-11-08 14:21:07 +0000
committerrodri <rgl@antares-labs.eu>2024-11-08 14:21:07 +0000
commitc0323562b7f330bc1cc62aa694c8251f14681f1f (patch)
tree164d1596781f740ca8a59e05bca8c807ad0ab6f7 /dat.h
parent308418de2078b951963b9d902bad6f640a60e0e5 (diff)
downloadbattleship-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dat.h b/dat.h
index fba1c16..c7b7cee 100644
--- a/dat.h
+++ b/dat.h
@@ -1,3 +1,5 @@
+#define SEC 1000000000ULL
+
enum {
Twater,
Tship,