diff options
Diffstat (limited to '')
-rw-r--r-- | torus.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |