aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/eco.h
blob: 92e8d0bc16fed4f00d2fc554b3756195e6cdd014 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _ECO_H
#define _ECO_H

extern char *boardToFEN();
extern void ECO_init();
extern void NIC_init();
extern void LONG_init();
extern void BookInit();
extern int com_eco();
extern char *getECO();

#endif