aboutsummaryrefslogtreecommitdiff
path: root/src/grossmeister/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/grossmeister/mod.rs')
-rw-r--r--src/grossmeister/mod.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/grossmeister/mod.rs b/src/grossmeister/mod.rs
index 1f1a141..ea73bff 100644
--- a/src/grossmeister/mod.rs
+++ b/src/grossmeister/mod.rs
@@ -1,15 +1,15 @@
use std::sync::{atomic::AtomicBool, Arc};
-use smallvec::{SmallVec, smallvec};
+use smallvec::{smallvec, SmallVec};
+use self::{move_selector::MoveSelector, ttable::MasterTable};
use crate::board::Board;
-use self::{ttable::MasterTable, move_selector::MoveSelector};
-mod ttable;
-mod evaluation;
-mod search;
mod UCI;
+mod evaluation;
mod move_selector;
+mod search;
+mod ttable;
/// Grossmeister is a powerful entity that plays the game of Chess.
/// This structure represents a player, it stores his knowledge