diff options
Diffstat (limited to 'src/uci.h')
| -rw-r--r-- | src/uci.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/uci.h b/src/uci.h new file mode 100644 index 0000000..426ff77 --- /dev/null +++ b/src/uci.h @@ -0,0 +1,8 @@ +#ifndef UCI_H +#define UCI_H + +#include "ipc.h" + +int uci(comms *com); + +#endif // UCI_H |
