9 lines
No EOL
241 B
C
Executable file
9 lines
No EOL
241 B
C
Executable file
#pragma once
|
|
|
|
#include "Engine.h"
|
|
#include "Board.h"
|
|
|
|
string myToUpper(string input);
|
|
void parseAndMove(vector<string> tokens, Board& board);
|
|
void parseCmd(vector<string> tokens, Board& board);
|
|
void parse(string input, Board& board); |