From 573d674bffd9275ea98abc119e747e74e2abc941 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 23 Feb 2023 14:49:06 +0300 Subject: refactor: return move generation to board module --- src/grossmeister/mod.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/grossmeister/mod.rs') diff --git a/src/grossmeister/mod.rs b/src/grossmeister/mod.rs index 6ed5f17..d9e5d1d 100644 --- a/src/grossmeister/mod.rs +++ b/src/grossmeister/mod.rs @@ -2,7 +2,6 @@ use crate::{board::Board, attacks::Attacks}; use self::ttable::{TranspositionTable, TTABLE_SIZE}; mod ttable; -mod move_generation; mod evaluation; mod search; -- cgit v1.2.3