From 3b11b9d4f3eee5faa656d7ee61077e80726bdc36 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 16 Jan 2023 14:55:48 +0100 Subject: Improve openings database code --- 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 6f9bbb7..d6e1582 100644 --- a/src/game_tab/Game.hpp +++ b/src/game_tab/Game.hpp @@ -35,6 +35,7 @@ public: HalfMove *GetMoves(); std::string GetFen(); std::string GetResult(); + void GetOpening(std::string &name,std::string &eco); /// @brief Play the given absolute move bool Play(std::string move,char promotion='q'); bool IsBlackToPlay(); -- cgit v1.2.3