stickfosh/cpp/src/perft.hpp

7 lines
76 B
C++

#pragma once
#include <string>
void perft(std::string pos);
void perft();