diff options
Diffstat (limited to 'src/game_tab/HalfMove.hpp')
| -rw-r--r-- | src/game_tab/HalfMove.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
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); }; |
