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/Game.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/game_tab/Game.hpp') diff --git a/src/game_tab/Game.hpp b/src/game_tab/Game.hpp index 37b6f77..53249fb 100644 --- a/src/game_tab/Game.hpp +++ b/src/game_tab/Game.hpp @@ -37,5 +37,10 @@ public: std::vector ListTags(); std::string GetPGN(); void SetResult(std::string result); + /** + * @brief Build current game + * Verify and play all the moves in the game + * while building the fen for each move + */ void BuildAndVerify(); }; \ No newline at end of file -- cgit v1.2.3