aboutsummaryrefslogtreecommitdiff
path: root/src/misc.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc.hpp')
-rw-r--r--src/misc.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc.hpp b/src/misc.hpp
index b0ebe9a..a076dcb 100644
--- a/src/misc.hpp
+++ b/src/misc.hpp
@@ -8,5 +8,6 @@
std::string_view engine_info();
uint64_t MoveGenTest(uint32_t depth, Game *g);
+uint64_t MoveGenTestDivide(uint32_t depth, Game *g);
#endif /* SRC_MICS_H_ */