From 8e7ac2814c4a92eba79f9c626ad14ac0b7bfef3f Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 26 Feb 2023 23:26:51 +0300 Subject: feat: add clock and time management to UCI --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index beebe77..7f94687 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,7 @@ pub mod square; pub mod bitboard; pub mod board; +pub mod clock; pub mod attacks; pub mod moves; pub mod grossmeister; -- cgit v1.2.3