aboutsummaryrefslogtreecommitdiffstats
path: root/include/board_state_parser.hpp
diff options
context:
space:
mode:
authorzedarider <ymherklotz@gmail.com>2017-01-17 15:42:18 +0000
committerzedarider <ymherklotz@gmail.com>2017-01-17 15:42:18 +0000
commitf0799aef3ff8c4a8e8ffea79c963b8f128c462b9 (patch)
treeef496e7326148dd29d555eb017155fcb7af234f8 /include/board_state_parser.hpp
parent088b948122cbf24dd9dc1dfedf4be2724bab2157 (diff)
downloadChessAI-f0799aef3ff8c4a8e8ffea79c963b8f128c462b9.tar.gz
ChessAI-f0799aef3ff8c4a8e8ffea79c963b8f128c462b9.zip
fixed the chess board and added empty pieces to fill holes, also added forward declarations
Diffstat (limited to 'include/board_state_parser.hpp')
-rw-r--r--include/board_state_parser.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/board_state_parser.hpp b/include/board_state_parser.hpp
index 39286d4..d4940db 100644
--- a/include/board_state_parser.hpp
+++ b/include/board_state_parser.hpp
@@ -20,6 +20,8 @@
#include <fstream>
namespace ymhChessAI {
+class BoardStateParser;
+
typedef std::vector<std::string> boardStateData;
class BoardStateParser {