#ifndef SRC_MICS_H_ #define SRC_MICS_H_ #include "board/board.hpp" #include #include std::string_view engine_info(); uint64_t MoveGenTest(int depth, Game *g); #endif /* SRC_MICS_H_ */