aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/HalfMove.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-02-25 13:38:49 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-02-25 13:38:49 +0100
commitcbcc455e339a6fec87f16369e450620ef7692a34 (patch)
treeb880587f5210244add48625c279acc93e5580bef /src/game_tab/HalfMove.hpp
parent6ccdc954c5c08e81a29415ff9edda7a5bef6ef2a (diff)
Cleaning code
Diffstat (limited to 'src/game_tab/HalfMove.hpp')
-rw-r--r--src/game_tab/HalfMove.hpp6
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);
};