src/game.h

changeset 89
58b788fd10a7
parent 83
ead00609e5e6
child 90
395542d915d7
equal deleted inserted replaced
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)

mercurial