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: b3ee4cc116163aaf48a27da2bb00b89c4d2796ad (
plain
)
1
2
3
4
5
6
7
8
#ifndef UCI_H
#define UCI_H
#include
"ipc.h"
void
*
uci
(
void
*
com
);
#endif
// UCI_H