version 1.4w10UCIb17
[polyglot.git] / xboard2uci.h
diff --git a/xboard2uci.h b/xboard2uci.h
new file mode 100644 (file)
index 0000000..bea161a
--- /dev/null
@@ -0,0 +1,28 @@
+\r
+// xboard2uci.h\r
+\r
+#ifndef XBOARD2UCI_H\r
+#define XBOARD2UCI_H\r
+\r
+// includes\r
+\r
+#include "util.h"\r
+#include "uci2uci.h"\r
+\r
+// types\r
+\r
+\r
+\r
+\r
+\r
+// functions\r
+\r
+extern void adapter_loop ();\r
+extern void xboard_init           ();\r
+extern void xboard_step           (char string[]);\r
+extern void engine_step           (char string[]);\r
+\r
+#endif // !defined XBOARD2UCI_H\r
+\r
+// end of xboard2uci.h\r
+\r