From e93ddffa4ab47f7e1f710a9d7e78ca831b2df78a Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 10 May 2023 06:55:12 +0200 Subject: Cleaning and debug code --- src/Piece.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Piece.hpp') diff --git a/src/Piece.hpp b/src/Piece.hpp index 7469ee2..60452dd 100644 --- a/src/Piece.hpp +++ b/src/Piece.hpp @@ -16,9 +16,9 @@ namespace chessarbiter { */ class Piece { public: + char piece; bool isBlack; std::string coord; - char piece; Piece(char c, const std::string &coord); /// @brief Get all possible moves according to the type of piece and its position std::vector GetMoves(); -- cgit v1.2.3