diff options
Diffstat (limited to 'src/game_tab/Game.hpp')
| -rw-r--r-- | src/game_tab/Game.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
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<std::string> 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 |
