src/game.h

changeset 92
84e0dec5db16
parent 90
395542d915d7
child 94
864f59271974
equal deleted inserted replaced
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

mercurial