X-Git-Url: https://git.cworth.org/git?p=ttt;a=blobdiff_plain;f=src%2Fttt.h;h=5c141695b87c6bcc9598b2c12a171ef8ece0cb00;hp=1b22ba0bc0d33db5c1e9a427df7c593512a07d57;hb=3dfae8f4b1127a62f3acc299683a8fbd63b908df;hpb=7de44ed398081656115dce6db7d0a04c1a50bb34 diff --git a/src/ttt.h b/src/ttt.h index 1b22ba0..5c14169 100644 --- a/src/ttt.h +++ b/src/ttt.h @@ -41,6 +41,7 @@ #include #include #include +#include #define ASSERT_NOT_REACHED \ do { \ @@ -61,6 +62,8 @@ typedef int ttt_bool_t; #define FALSE 0 #define TRUE 1 +#define TTT_SERVER_PROTOCOL_VERSION 1 + typedef enum { TTT_STATUS_SUCCESS = 0, TTT_STATUS_FAILURE,