diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-28 10:38:56 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-28 10:38:56 +0100 |
| commit | ff6b1980c93140db2143b5dcad27f5cdc946632b (patch) | |
| tree | 708df05cc54c626293ac1349d15e5bfb5305b0cb /src/game_tab/editor/LiveEngineDialogFB.h | |
| parent | 175ce5e10859e2831b0e49a4bf768a9217305d8f (diff) | |
Improve live engine analysis dialog
Diffstat (limited to 'src/game_tab/editor/LiveEngineDialogFB.h')
| -rw-r--r-- | src/game_tab/editor/LiveEngineDialogFB.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/game_tab/editor/LiveEngineDialogFB.h b/src/game_tab/editor/LiveEngineDialogFB.h index 8c9c061..29f0292 100644 --- a/src/game_tab/editor/LiveEngineDialogFB.h +++ b/src/game_tab/editor/LiveEngineDialogFB.h @@ -20,6 +20,7 @@ #include <wx/image.h> #include <wx/icon.h> #include <wx/sizer.h> +#include <wx/spinctrl.h> #include <wx/listctrl.h> #include <wx/dialog.h> @@ -37,7 +38,13 @@ class LiveEngineDialogFB : public wxDialog protected: wxStaticText* current_engine_label; wxStaticText* current_engine; - wxButton* engine_pause_button; + wxButton* engine_stop_button; + wxStaticText* multipv_label; + wxStaticText* multipv; + wxStaticText* threads_label; + wxStaticText* threads; + wxStaticText* m_staticText13; + wxSpinCtrl* depth; wxListCtrl* lines_list; public: |
