diff options
Diffstat (limited to 'include/protocol.h')
| -rw-r--r-- | include/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/protocol.h b/include/protocol.h index d89952c..001e601 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -95,6 +95,7 @@ typedef struct t_protocol_round { network_message_type type; zombie_round round; + bool game_is_paused; } protocol_round; typedef enum t_protocol_move_type |
