blob: bd6a9eb382e9ec4296f38d2976faf37e09cd83a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef _ECO_H
#define _ECO_H
extern char *boardToFEN();
extern char *getECO();
extern int com_eco();
extern void BookInit();
extern void ECO_init();
extern void LONG_init();
extern void NIC_init();
#endif
|