From b9fc50f0259c22d9e4ef3f3e96b46d276b0c5d26 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 25 Aug 2018 00:44:51 -0400 Subject: Send now in map --- torus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'torus.h') diff --git a/torus.h b/torus.h index 8194839..d446488 100644 --- a/torus.h +++ b/torus.h @@ -104,6 +104,7 @@ enum { }; struct Map { + time_t now; struct Meta min; struct Meta max; struct Meta meta[MAP_ROWS][MAP_COLS]; -- cgit 1.4.1