From 88e4037c0b526e33cd03f0b62783b198d8585768 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 4 Nov 2023 15:24:38 +0100 Subject: diagonal movemenet --- include/protocol.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/protocol.h') diff --git a/include/protocol.h b/include/protocol.h index 732ea86..5074abd 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -87,6 +87,11 @@ typedef enum t_protocol_move_type MOVE_DOWN, MOVE_LEFT, MOVE_RIGHT, + + MOVE_UPRIGHT, + MOVE_UPLEFT, + MOVE_DOWNRIGHT, + MOVE_DOWNLEFT, } protocol_move_type; typedef struct t_protocol_move -- cgit v1.2.3-70-g09d2