From 1618113e61cce568e1efb091a8a600345fcf84ed Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 31 Jan 2023 10:26:40 +0100 Subject: Debug engine configuration --- src/game_tab/right_panel/LiveEngineDialog.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (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 b7be674..2ba39c1 100644 --- a/src/game_tab/right_panel/LiveEngineDialog.hpp +++ b/src/game_tab/right_panel/LiveEngineDialog.hpp @@ -15,12 +15,14 @@ typedef struct EngineEvaluation { class LiveEngineDialog : public DialogLiveEngine { uciadapter::UCI *engine; std::string engine_name; + std::string confGroup; + wxTimer timer; /// @brief The following time interval definitely need to be configure in the user settings (set to 1s for now) std::uint32_t interval; public: - LiveEngineDialog(wxWindow *parent, std::string engine_name); + LiveEngineDialog(wxWindow *parent, std::uint32_t engine_id); ~LiveEngineDialog(); void InitEngine(); void TogglePauseEngine(wxCommandEvent &event); -- cgit v1.2.3