diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-07 21:31:49 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-07 21:31:49 +0100 |
commit | 79b59f9b30fb6a1fdf8c3efb446271f7cb00d434 (patch) | |
tree | f6ade4ccbc3af20d825edacfd12b5da8ded8d240 /FICS/eco.h |
FICS 1.6.2
Diffstat (limited to 'FICS/eco.h')
-rw-r--r-- | FICS/eco.h | 12 |
1 files changed, 12 insertions, 0 deletions
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 |