diff options
Diffstat (limited to 'src/game_tab/Game.hpp')
| -rw-r--r-- | src/game_tab/Game.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game_tab/Game.hpp b/src/game_tab/Game.hpp index f0414c8..f70ebee 100644 --- a/src/game_tab/Game.hpp +++ b/src/game_tab/Game.hpp @@ -26,6 +26,7 @@ public: HalfMove *GetCurrentMove(); HalfMove *GetMoves(); std::string GetFen(); + std::string GetResult(); bool Play(std::string move); bool IsBlackToPlay(); void Previous(); @@ -35,7 +36,6 @@ public: void SetMoveAsMainline(HalfMove *m); void SetCurrent(HalfMove *m); std::vector<std::string> ListTags(); - std::string GetPGN(); void SetResult(std::string result); /** * @brief Build current game |
