diff options
Diffstat (limited to 'src/game_tab/left_panel/GameTabLeftPanel.hpp')
| -rw-r--r-- | src/game_tab/left_panel/GameTabLeftPanel.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game_tab/left_panel/GameTabLeftPanel.hpp b/src/game_tab/left_panel/GameTabLeftPanel.hpp index 4cc2cb6..d438dc6 100644 --- a/src/game_tab/left_panel/GameTabLeftPanel.hpp +++ b/src/game_tab/left_panel/GameTabLeftPanel.hpp @@ -4,6 +4,7 @@ #include "board/BoardCanvas.hpp" #include "ochess.hpp" #include "base_tab/gamebase/GameBase.hpp" +#include "game_tab/right_panel/LiveEngineDialog.hpp" // Foreign events wxDECLARE_EVENT(GAME_CHANGE, wxCommandEvent); @@ -16,6 +17,7 @@ class GameTabLeftPanel : public TabGameLeftPanel { std::vector<GameState::Arrow> engine_arrows; std::string promote_on; std::string promotion_move; + float eval_cp; public: GameTabLeftPanel(wxFrame *parent, std::shared_ptr<Game> game); @@ -25,5 +27,5 @@ public: void OnRefreshBoard(wxCommandEvent &event); void ApplyPreferences(); void SetSaveToolEnable(bool state){game_toolbar->EnableTool(0,state);}; - void SetEngineArrows(std::vector<std::string> arrows); + void SetEngineEvaluation(EngineEvaluation eval); };
\ No newline at end of file |
