From f919c5170bfb43aff48050331fd3054c8de52fa9 Mon Sep 17 00:00:00 2001 From: June 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 1bbb43a..194f227 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