#include "Board.h" #include "Engine.h" using namespace std; int main() { //board testing //Board b; //engine testing Engine e; e.startGame(); }