From 63f380a48ab21f39962b60837fa487e9f978be95 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 31 Jul 2026 15:14:12 +0200 Subject: adding perft --- src/misc.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/misc.hpp') diff --git a/src/misc.hpp b/src/misc.hpp index 6bf8e02..c84edef 100644 --- a/src/misc.hpp +++ b/src/misc.hpp @@ -1,9 +1,13 @@ #ifndef SRC_MICS_H_ #define SRC_MICS_H_ +#include "board/board.hpp" +#include #include std::string engine_info(); std::string engine_version(); +uint64_t MoveGenTest(int depth, Game *g); + #endif /* SRC_MICS_H_ */ -- cgit v1.2.3