perft.h (159B)
1 #ifndef PERFT_H 2 #define PERFT_H 3 4 #include "CBoard.h" 5 6 void perft_test_threaded(CBoard_T board, int depth); 7 void perft_test(CBoard_T board, int depth); 8 9 #endif