src/terminal-chess.h

changeset 52
26707039d5a6
parent 51
84f2e380a434
child 55
54ea19938d57
     1.1 --- a/src/terminal-chess.h	Mon Jun 16 15:41:06 2014 +0200
     1.2 +++ b/src/terminal-chess.h	Wed Jul 02 15:09:17 2014 +0200
     1.3 @@ -36,6 +36,8 @@
     1.4  #ifndef TERMINAL_CHESS_H
     1.5  #define	TERMINAL_CHESS_H
     1.6  
     1.7 +#define PROGRAM_VERSION "0.9-r52"
     1.8 +
     1.9  #ifdef	__cplusplus
    1.10  extern "C" {
    1.11  #endif
    1.12 @@ -46,7 +48,6 @@
    1.13      char* serverhost; /* NULL, if we are about to start a server */
    1.14      char* continuepgn;
    1.15      char* analyzepgn;
    1.16 -    _Bool printhelp;
    1.17      _Bool singlemachine;
    1.18  } Settings;
    1.19  

mercurial