8a7049dbf96433828709142e6c50add450f0f378
[polyglot.git] / uci2uci.h
1
2 // uci2uci.h
3
4 #ifndef UCI2UCI_H
5 #define UCI2UCI_H
6
7 // functions
8
9 extern void uci_gui_step(char string[]);
10 extern void uci_engine_step(char string[]);
11 extern void send_uci_options();
12
13 #endif // !defined UCI2UCI_H
14
15 // end of uci2uci.h