diff options
Diffstat (limited to 'src/engine/shared/protocol.h')
| -rw-r--r-- | src/engine/shared/protocol.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/engine/shared/protocol.h b/src/engine/shared/protocol.h index ba04da8a..14cac9f7 100644 --- a/src/engine/shared/protocol.h +++ b/src/engine/shared/protocol.h @@ -59,6 +59,7 @@ enum NETMSG_RCON_AUTH, // NETMSG_REQUEST_MAP_DATA,// + NETMSG_AUTH_START, // NETMSG_AUTH_RESPONSE, // @@ -93,5 +94,12 @@ enum MSGFLAG_RECORD=8, MSGFLAG_NOSEND=16 }; +enum +{ + VERSION_VANILLA = 0, + VERSION_DDRACE = 1, + VERSION_DDNET_OLD = 2, + VERSION_DDNET_WHISPER = 217, +}; #endif |