summaryrefslogtreecommitdiff
path: root/include/protocol.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-11-04 15:24:38 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2023-11-04 15:24:38 +0100
commit88e4037c0b526e33cd03f0b62783b198d8585768 (patch)
treef67b7b02db27b1d346456c3d73ca6c417e897c5a /include/protocol.h
parent0c4d62413a747939dc16181addffb701aaf48b74 (diff)
diagonal movemenet
Diffstat (limited to 'include/protocol.h')
-rw-r--r--include/protocol.h5
1 files changed, 5 insertions, 0 deletions
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