X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Fglobals.c;h=d44d7203e0ec02dfe760c71fd0b6309c246d3f4f;hb=95369c6cb63d6513f7381dc3cc92c1f34044c607;hp=dbde3029e8cc3e05071804c5981da6942e397c7c;hpb=1f6f420ff000a2f0f5bec0845da2fa51170573c9;p=gnushogi.git diff --git a/gnushogi/globals.c b/gnushogi/globals.c index dbde302..d44d720 100644 --- a/gnushogi/globals.c +++ b/gnushogi/globals.c @@ -179,3 +179,8 @@ short use_ttable = true; unsigned int ttblsize = ttblsz; struct hashentry *ttable[2] = { NULL, NULL }; #endif + +char *DRAW; +char *DRAW_REPETITION = "Repetition"; +char *DRAW_MAXMOVES = "Max Moves"; +char *DRAW_JUSTDRAW = "Drawn game!";