| 88:e4a648fe6ce7 | 89:58b788fd10a7 |
|---|---|
| 40 typedef struct { | 40 typedef struct { |
| 41 GameInfo gameinfo; | 41 GameInfo gameinfo; |
| 42 char* port; | 42 char* port; |
| 43 char* serverhost; /* NULL, if we are about to start a server */ | 43 char* serverhost; /* NULL, if we are about to start a server */ |
| 44 char* continuepgn; | 44 char* continuepgn; |
| 45 char* analyzepgn; | |
| 46 bool singlemachine; | 45 bool singlemachine; |
| 47 bool unicode; | 46 bool unicode; |
| 48 } Settings; | 47 } Settings; |
| 49 | 48 |
| 50 #define is_server(settings) !((settings)->serverhost) | 49 #define is_server(settings) !((settings)->serverhost) |