diff options
Diffstat (limited to 'src/ochess.hpp')
| -rw-r--r-- | src/ochess.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ochess.hpp b/src/ochess.hpp index d5b7c16..6317c2f 100644 --- a/src/ochess.hpp +++ b/src/ochess.hpp @@ -64,6 +64,7 @@ public: virtual void ApplyPreferences() {}; virtual std::shared_ptr<Game> GetGame() = 0; virtual std::shared_ptr<GameBase> GetBase() = 0; + virtual std::uint32_t GetEngineId() { return 0; }; }; @@ -76,6 +77,7 @@ public: Openings Book; virtual bool OnInit(); std::vector<TabInfos *> ListTabInfos(); + void FocusOnTab(TabInfos *); void NewGame(TabInfos *tabsrc,std::shared_ptr<Game> g); void NewGame(std::shared_ptr<Game> g); Openings& GetBook(); |
