Scid  4.7.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
polyglot.h
Go to the documentation of this file.
1 #ifndef POLYGLOT_H
2 #define POLYGLOT_H
3 
4 int polyglot_open (const char * BookFile, const int BookNumber);
5 int polyglot_close (const int BookNumber);
6 int polyglot_moves (char *moves, const char *fen, const int BookNumber);
7 int polyglot_positions (char *moves, const char *fen, const int BookNumber);
8 void scid_book_update (char * probs, const int BookNumber);
9 int scid_book_movesupdate (char *moves, char * probs, const int BookNumber, char *tempfile);
10 
11 #endif
int polyglot_open(const char *BookFile, const int BookNumber)
int polyglot_positions(char *moves, const char *fen, const int BookNumber)
int polyglot_close(const int BookNumber)
void scid_book_update(char *probs, const int BookNumber)
int scid_book_movesupdate(char *moves, char *probs, const int BookNumber, char *tempfile)
int polyglot_moves(char *moves, const char *fen, const int BookNumber)