File: uci2uci.h

package info (click to toggle)
polyglot 2.0.1%2Bgit20140926-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,228 kB
  • ctags: 1,163
  • sloc: ansic: 10,416; sh: 994; makefile: 18
file content (14 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

// uci2uci.h

#ifndef UCI2UCI_H
#define UCI2UCI_H

// functions

extern void uci2uci_gui_step(char string[]);
extern void uci2uci_engine_step(char string[]);

#endif // !defined UCI2UCI_H

// end of uci2uci.h