src/terminal-chess.h

changeset 50
41017d0a72c5
parent 47
d726e4b46c33
child 51
84f2e380a434
equal deleted inserted replaced
49:02c509a44e98 50:41017d0a72c5
43 typedef struct { 43 typedef struct {
44 GameInfo gameinfo; 44 GameInfo gameinfo;
45 char* port; 45 char* port;
46 char* serverhost; /* NULL, if we are about to start a server */ 46 char* serverhost; /* NULL, if we are about to start a server */
47 char* continuepgn; 47 char* continuepgn;
48 char* analyzepgn;
48 _Bool printhelp; 49 _Bool printhelp;
49 _Bool singlemachine; 50 _Bool singlemachine;
50 } Settings; 51 } Settings;
51 52
52 #define is_server(settings) !((settings)->serverhost) 53 #define is_server(settings) !((settings)->serverhost)

mercurial