From 1e6536852ffd805c57e9b6322a77efb79c63eca9 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sun, 30 Apr 2006 15:33:08 -0400 Subject: [PATCH] Forgot to add libchess/common.h. --- libchess/common.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 libchess/common.h diff --git a/libchess/common.h b/libchess/common.h new file mode 100644 index 0000000..ce20b5a --- /dev/null +++ b/libchess/common.h @@ -0,0 +1,26 @@ +/* vim:tw=78:ts=8:sw=4:set ft=c: */ +/* + Copyright (C) 2002-2006 Ben Kibbey + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +*/ +#ifndef COMMON_H +#define COMMON_H + +int validate; +int done_fen_tag; +int pgn_fen_tag; + +#endif -- 2.11.4.GIT