File: xboard2uci.h

package info (click to toggle)
polyglot 2.0.4-2
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 1,280 kB
  • sloc: ansic: 10,428; sh: 3,711; makefile: 18
file content (24 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

// xboard2uci.h

#ifndef XBOARD2UCI_H
#define XBOARD2UCI_H

// includes

#include "util.h"

// types

// functions

extern void xboard2uci_init           ();
extern void xboard2uci_gui_step       (char string[]);
extern void xboard2uci_engine_step    (char string[]);
extern void xboard2uci_send_options   ();


#endif // !defined XBOARD2UCI_H

// end of xboard2uci.h