diff -r c6a1ad6cf749 -r a285ee393860 src/chess/rules.h --- a/src/chess/rules.h Mon Apr 07 14:08:57 2014 +0200 +++ b/src/chess/rules.h Mon Apr 07 17:39:46 2014 +0200 @@ -87,6 +87,14 @@ MoveList* next; }; + +typedef struct { + uint8_t servercolor; + _Bool timecontrol; + uint16_t time; + uint16_t addtime; +} GameInfo; + typedef struct { Board board; uint8_t mycolor;