Add custom printing back

master
Tait Hoyem 5 years ago
parent f18240cf5a
commit 6caf487f94

@ -1,10 +1,10 @@
#include "catch.hpp" #include "catch.hpp"
#include "test_boards.h" #include "test_boards.h"
#include "valid_moves.h" #include "valid_moves.h"
#include "custom_printing.cpp"
#include <sstream> #include <sstream>
#include <functions.h> #include <functions.h>
const std::array<PieceType, 120> DUMB_MOVE_1 = { const std::array<PieceType, 120> DUMB_MOVE_1 = {
INV, INV, INV, INV, INV, INV, INV, INV, INV, INV, INV, INV, INV, INV, INV, INV, INV, INV, INV, INV,
INV, INV, INV, INV, INV, INV, INV, INV, INV, INV, INV, INV, INV, INV, INV, INV, INV, INV, INV, INV,

Loading…
Cancel
Save