diff options
Diffstat (limited to 'src/misc.hpp')
| -rw-r--r-- | src/misc.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
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 <cstdint> #include <string> std::string engine_info(); std::string engine_version(); +uint64_t MoveGenTest(int depth, Game *g); + #endif /* SRC_MICS_H_ */ |
