#ifndef SRC_BOT_H_ #define SRC_BOT_H_ #include "board.hpp" Move EngineGetBestMove(Board *b); float EvaluateBoard(Board *b); #endif /* SRC_BOT_H_ */