From cbcc455e339a6fec87f16369e450620ef7692a34 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Fri, 25 Feb 2022 13:38:49 +0100 Subject: Cleaning code --- src/game_tab/HalfMove.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/game_tab/HalfMove.hpp') diff --git a/src/game_tab/HalfMove.hpp b/src/game_tab/HalfMove.hpp index 07be4d0..51b38a0 100644 --- a/src/game_tab/HalfMove.hpp +++ b/src/game_tab/HalfMove.hpp @@ -55,5 +55,11 @@ public: void SetFen(std::string fen); void SetCapture(char c); std::string GetPGN(); + + /** + * @brief Build current move + * Verify and play all the moves in the game + * while building the fen for each move + */ void BuildAndVerify(std::string initial_fen); }; -- cgit v1.2.3