download lexpgn.h
Language: C
LOC: 16
Project Info
GNU Chess(chess)
Server: Savannah GNU
Type: cvs
...NU\c\chess\chess\chess\src\
   atak.c
   book.c
   book.h
   cmd.c
   common.h
   config.h.in
   debug.c
   epd.c
   eval.c
   eval.h
   genmove.c
   getopt.c
   getopt.h
   getopt1.c
   hash.c
   hung.c
   init.c
   inlines.h
   input.c
   iterate.c
   lexpgn.h
   main.c
   Makefile.am
   move.c
   null.c
   output.c
   pgn.c
   players.c
   ponder.c
   quiesce.c
   random.c
   repeat.c
   search.c
   solve.c
   sort.c
   stamp-h.in
   swap.c
   test.c
   ttable.c
   util.c
   version.h

#ifndef LEXPGNX_H

#define LEXPGNX_H

/* lexpgnx.h - This header file defines the types and global variables
 * exported from the generated lexpgn file to others.
 * It's named "lexpgnx" and not "lexpgn", because some lex-like program
 * might automatically generate a file named lexpgn.h and we don't
 * want this file to be overwritten.
 */

enum data_destination_t { DEST_TRASH, DEST_GAME, DEST_BOOK };
extern enum data_destination_t data_dest;

extern char *initial_comments;
extern char *pgn_event;
extern char *pgn_site;
extern char *pgn_date;
extern char *pgn_round;
extern char *pgn_white;
extern char *pgn_black;
extern char *pgn_whiteELO;
extern char *pgn_blackELO;
extern char *pgn_result;
extern char *pgn_othertags;

#endif

About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us