aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/eco.h
blob: b3551310a9129bd4a49a9f2a3cd5f521bdbe1b67 (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