src/terminal-chess.h

changeset 47
d726e4b46c33
parent 30
a285ee393860
child 50
41017d0a72c5
equal deleted inserted replaced
46:4dcfb4c58b6d 47:d726e4b46c33
42 42
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 _Bool printhelp; 48 _Bool printhelp;
48 _Bool singlemachine; 49 _Bool singlemachine;
49 } Settings; 50 } Settings;
50 51
51 #define is_server(settings) !((settings)->serverhost) 52 #define is_server(settings) !((settings)->serverhost)

mercurial