From c6f648cfb49372508fc4f2c6281d7752074397d7 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Fri, 25 Feb 2022 11:42:46 +0100 Subject: Improve pgn save performance --- src/game_tab/Game.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game_tab/Game.hpp') diff --git a/src/game_tab/Game.hpp b/src/game_tab/Game.hpp index 348bff9..37b6f77 100644 --- a/src/game_tab/Game.hpp +++ b/src/game_tab/Game.hpp @@ -37,4 +37,5 @@ public: std::vector ListTags(); std::string GetPGN(); void SetResult(std::string result); + void BuildAndVerify(); }; \ No newline at end of file -- cgit v1.2.3