From 3c540db464f4034d0a393b076c79a26851f68f47 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Mon, 6 Jul 2026 23:39:55 +0530 Subject: removed unnescessary stuff + ipc with shared memory + somehow the build is faster? --- src/uci.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/uci.h (limited to 'src/uci.h') 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 -- cgit v1.2.3