#pragma once #include "board.h" using namespace std; namespace UI { int getMove(const Board &bd); }