#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_ */