index
:
gacrux
master
A UCI compatible chess engine in C
Git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
uci.h
blob: 426ff77baa003cfd6776952e8091a0f3ebead7b7 (
plain
)
1
2
3
4
5
6
7
8
#ifndef UCI_H
#define UCI_H
#include
"ipc.h"
int
uci
(
comms
*
com
);
#endif
// UCI_H