This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
breakthroughpine64backup/Parser.h
2015-11-03 23:27:33 -06:00

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);