#pragma once #include "board.h" using namespace std; namespace STR { // bd will be unchanged upon return int calcMove(Board &bd, uint8_t myclr); }