X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Fglobals.c;h=d44d7203e0ec02dfe760c71fd0b6309c246d3f4f;hb=a2013afc0b48b5438b7c24ade0ab2dc8979ec3ec;hp=dae16dfd82da6796f8cacd9686c0ab42318fe470;hpb=82b026e6376b640a4d3409a461dd6bd83708e33e;p=gnushogi.git diff --git a/gnushogi/globals.c b/gnushogi/globals.c index dae16df..d44d720 100644 --- a/gnushogi/globals.c +++ b/gnushogi/globals.c @@ -2,11 +2,14 @@ * FILE: globals.c * * ---------------------------------------------------------------------- - * - * Copyright (c) 2012 Free Software Foundation + * Copyright (c) 1993, 1994, 1995 Matthias Mutz + * Copyright (c) 1999 Michael Vanier and the Free Software Foundation * * GNU SHOGI is based on GNU CHESS * + * Copyright (c) 1988, 1989, 1990 John Stanback + * Copyright (c) 1992 Free Software Foundation + * * This file is part of GNU SHOGI. * * GNU Shogi is free software; you can redistribute it and/or modify it @@ -176,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!";