src/network.h

changeset 33
866025982aa9
parent 32
8a0b85303ee8
child 34
c4d4b8a8f902
     1.1 --- a/src/network.h	Wed Apr 09 09:34:07 2014 +0200
     1.2 +++ b/src/network.h	Wed Apr 09 11:12:04 2014 +0200
     1.3 @@ -46,8 +46,9 @@
     1.4  #define NETCODE_CHECK 0x23
     1.5  #define NETCODE_CHECKMATE 0x24
     1.6  #define NETCODE_STALEMATE 0x25
     1.7 +#define NETCODE_TIMEOVER 0x26
     1.8  
     1.9 -#define NETCODE_VERSION 10
    1.10 +#define NETCODE_VERSION 11
    1.11  
    1.12  typedef struct {
    1.13      int fd; /* -1, if we are the client */

mercurial