From c0323562b7f330bc1cc62aa694c8251f14681f1f Mon Sep 17 00:00:00 2001 From: rodri Date: Fri, 8 Nov 2024 14:21:07 +0000 Subject: 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. --- dat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dat.h') 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, -- cgit v1.2.3