From 97216e7486e887e640f3c3a1b713278d7e97e15c Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 23 Aug 2018 15:33:56 -0400 Subject: Add g for flip --- torus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'torus.h') diff --git a/torus.h b/torus.h index 53e469c..818f009 100644 --- a/torus.h +++ b/torus.h @@ -140,6 +140,7 @@ static const uint8_t CURSOR_NONE = UINT8_MAX; struct ClientMessage { enum { CLIENT_MOVE, + CLIENT_FLIP, CLIENT_PUT, CLIENT_MAP, } type; -- cgit 1.4.1