diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-31 10:26:40 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-31 10:26:40 +0100 |
| commit | 1618113e61cce568e1efb091a8a600345fcf84ed (patch) | |
| tree | 25bdce4f857adf6b86e5d9247a621c0d855b8ce7 /src/game_tab/right_panel/LiveEngineDialog.hpp | |
| parent | 2b11848007873daca9c6f13ae4aaa6ca9c20f54e (diff) | |
Debug engine configuration
Diffstat (limited to 'src/game_tab/right_panel/LiveEngineDialog.hpp')
| -rw-r--r-- | src/game_tab/right_panel/LiveEngineDialog.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
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); |
