From 9091232b609de875894379b3903b555c0a53957e Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 11 Jan 2023 10:46:14 +0100 Subject: Add engine evaluation bar --- src/game_tab/right_panel/LiveEngineDialog.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game_tab/right_panel/LiveEngineDialog.hpp') diff --git a/src/game_tab/right_panel/LiveEngineDialog.hpp b/src/game_tab/right_panel/LiveEngineDialog.hpp index 69e3af1..fa4ea83 100644 --- a/src/game_tab/right_panel/LiveEngineDialog.hpp +++ b/src/game_tab/right_panel/LiveEngineDialog.hpp @@ -9,6 +9,7 @@ wxDECLARE_EVENT(SHOW_ENGINE_EVALUATION, wxCommandEvent); typedef struct EngineEvaluation { std::vector best_lines; + float eval=0; } EngineEvaluation; class LiveEngineDialog : public DialogLiveEngine { -- cgit v1.2.3