2e9e0a62d4bd2b1acbcec7d6f0c5e44b81aebc57
[polyglot.git] / uci2uci.h
1
2 // uci2uci.h
3
4 #ifndef UCI2UCI_H
5 #define UCI2UCI_H
6
7 // constants
8
9 const char * const PolyglotBookFile="Polyglot BookFile";
10
11 // functions
12
13 extern void uci_gui_step(char string[]);
14 extern void uci_engine_step(char string[]);
15 extern void send_uci_options();
16
17 #endif // !defined UCI2UCI_H
18
19 // end of uci2uci.h