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

@@ -26,6 +26,7 @@
#include "move-gen.h"
#include "move-do.h"
#include "search.h"
#include "perft.h"
#include "eval-defs.h"
#include "uci.h"