diff options
Diffstat (limited to 'src/game_tab/right_panel/LiveEngineDialog.hpp')
| -rw-r--r-- | src/game_tab/right_panel/LiveEngineDialog.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/game_tab/right_panel/LiveEngineDialog.hpp b/src/game_tab/right_panel/LiveEngineDialog.hpp index 0996ba0..d99c3f5 100644 --- a/src/game_tab/right_panel/LiveEngineDialog.hpp +++ b/src/game_tab/right_panel/LiveEngineDialog.hpp @@ -1,7 +1,15 @@ +#pragma once + #include "UCI.hpp" #include "ochess.hpp" #include <wx/timer.h> +wxDECLARE_EVENT(SHOW_ENGINE_EVALUATION, wxCommandEvent); + +typedef struct EngineEvaluation { + std::vector<std::string> best_lines; +} EngineEvaluation; + class LiveEngineDialog : public DialogLiveEngine { uciadapter::UCI *engine; std::string engine_name; |
