diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-11 10:46:14 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-11 10:46:14 +0100 |
| commit | 9091232b609de875894379b3903b555c0a53957e (patch) | |
| tree | 56b5b0f9296153ffe31bb73c7dd948395b0735a8 /src/game_tab/right_panel/LiveEngineDialog.hpp | |
| parent | 5fac6bf7af2767e9e8ec57a4ceb9c504f5d8d27f (diff) | |
Add engine evaluation bar
Diffstat (limited to 'src/game_tab/right_panel/LiveEngineDialog.hpp')
| -rw-r--r-- | src/game_tab/right_panel/LiveEngineDialog.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<std::string> best_lines; + float eval=0; } EngineEvaluation; class LiveEngineDialog : public DialogLiveEngine { |
