X-Git-Url: http://git.shiar.net/netris.git/blobdiff_plain/f2b4600c0454f090dd99519b774c890602af52a9..0e6d1c3828ceb06a67304c90ece188e97eac9241:/netris.h diff --git a/netris.h b/netris.h index 99c8dcb..31c08f1 100644 --- a/netris.h +++ b/netris.h @@ -57,7 +57,7 @@ typedef long netint4; /* Protocol versions */ #define MAJOR_VERSION 1 -#define PROTOCOL_VERSION 4 +#define PROTOCOL_VERSION 6 #define DEFAULT_PORT 9284 /* Very arbitrary */ @@ -180,6 +180,7 @@ typedef struct { int started; //2 int continuous; //3 long seed; //4 + float shapes[7]; int initspeed; //5 int speed; } game_t;