| 185:c0acc89d6c01 | 186:8230904458a7 |
|---|---|
| 84 uint8_t piece; | 84 uint8_t piece; |
| 85 uint8_t fromfile; | 85 uint8_t fromfile; |
| 86 uint8_t fromrow; | 86 uint8_t fromrow; |
| 87 uint8_t tofile; | 87 uint8_t tofile; |
| 88 uint8_t torow; | 88 uint8_t torow; |
| 89 uint8_t capture; | |
| 90 uint8_t check_or_mate; | |
| 89 uint8_t promotion; | 91 uint8_t promotion; |
| 90 } NetMove; | 92 } NetMove; |
| 91 | 93 |
| 92 int net_create_tcp(Server *server, short port); | 94 int net_create_tcp(Server *server, short port); |
| 93 int net_find_tcp(Server *server, char* host, short port); | 95 int net_find_tcp(Server *server, char* host, short port); |