Update Board.h
This commit is contained in:
parent
f44e19ec1b
commit
6a94a23425
1 changed files with 2 additions and 2 deletions
4
Board.h
4
Board.h
|
@ -37,10 +37,10 @@ public:
|
|||
bool isThisMovePossible(int r, int c, string moveType);
|
||||
vector<moves> viewPossibleMoves();
|
||||
string myToUpper(string input);
|
||||
void displayPossibleMoves(vector<moves> input);
|
||||
void undo(Board& tablero);
|
||||
void interpret(string input, Board& tablero);
|
||||
void snapshot(vector<Board>& inputVec, Board inputBoard);
|
||||
void easyAI();
|
||||
string boardToString();
|
||||
void displayPossibleMoves(vector<moves> input);
|
||||
};
|
||||
};
|
||||
|
|
Reference in a new issue