diff options
Diffstat (limited to 'include/protocol.h')
| -rw-r--r-- | include/protocol.h | 5 |
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 |
