separate perft (from search.c)

This commit is contained in:
2024-07-29 08:11:41 +02:00
7 changed files with 157 additions and 117 deletions

View File

@@ -25,7 +25,7 @@
#include "move.h"
#include "move-do.h"
#include "move-gen.h"
#include "search.h"
#include "perft.h"
#include "common-test.h"