@@ -202,3 +202,4 @@ void ChessGame::undoMove(const UndoInfo& ui)
reversibleHalfMoves = ui.reversibleHalfMoves;
castlingRights = ui.castlingRights;
}
+
@@ -81,7 +81,7 @@ public:
template<typename T>
inline void write(T&& t)
{
- std::cout << t << endl;
+ std::cout << t << std::endl;
// command handlers