#ifndef SRC_BOT_H_ #define SRC_BOT_H_ #include "board/board.hpp" Move GetBestMove(Game *b, int depth); #endif /* SRC_BOT_H_ */