| 91:c7b586c0ee36 | 92:84e0dec5db16 |
|---|---|
| 37 extern "C" { | 37 extern "C" { |
| 38 #endif | 38 #endif |
| 39 | 39 |
| 40 typedef struct { | 40 typedef struct { |
| 41 GameInfo gameinfo; | 41 GameInfo gameinfo; |
| 42 char* port; | |
| 43 char* serverhost; /* NULL, if we are about to start a server */ | 42 char* serverhost; /* NULL, if we are about to start a server */ |
| 44 char* continuepgn; | 43 char* continuepgn; |
| 44 short port; | |
| 45 bool singlemachine; | 45 bool singlemachine; |
| 46 bool disableflip; | 46 bool disableflip; |
| 47 bool unicode; | 47 bool unicode; |
| 48 } Settings; | 48 } Settings; |
| 49 | 49 |