aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorzedarider <ymherklotz@gmail.com>2016-11-25 14:47:16 +0000
committerzedarider <ymherklotz@gmail.com>2016-11-25 14:47:16 +0000
commitb12a0df92452c8da471e36218effadd6f5958556 (patch)
tree55f08c05e98b5452b907d68f7f85ee09369828db /include
parent44bcbd77f83baf64dc57ae8f816492194da7aa87 (diff)
downloadChessAI-b12a0df92452c8da471e36218effadd6f5958556.tar.gz
ChessAI-b12a0df92452c8da471e36218effadd6f5958556.zip
merged make file
Diffstat (limited to 'include')
-rw-r--r--include/chess_tester.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/chess_tester.hpp b/include/chess_tester.hpp
index c0c2f1c..d2994ad 100644
--- a/include/chess_tester.hpp
+++ b/include/chess_tester.hpp
@@ -32,7 +32,7 @@ struct tested_pieces {
};
class chess_tester {
-
+
public:
// sets all the initial values for the tester
@@ -56,7 +56,7 @@ public:
// see if test is in vector
bool is_in_vec(const tested_pieces& piece) const;
-
+
private:
// checks if the test suite is running