From 79b59f9b30fb6a1fdf8c3efb446271f7cb00d434 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Thu, 7 Dec 2023 21:31:49 +0100 Subject: FICS 1.6.2 --- FICS/eco.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 FICS/eco.h (limited to 'FICS/eco.h') diff --git a/FICS/eco.h b/FICS/eco.h new file mode 100644 index 0000000..92e8d0b --- /dev/null +++ b/FICS/eco.h @@ -0,0 +1,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 -- cgit v1.2.3