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/LiveEngineDialog.hpp | |
| parent | 175ce5e10859e2831b0e49a4bf768a9217305d8f (diff) | |
Improve live engine analysis dialog
Diffstat (limited to 'src/game_tab/editor/LiveEngineDialog.hpp')
| -rw-r--r-- | src/game_tab/editor/LiveEngineDialog.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game_tab/editor/LiveEngineDialog.hpp b/src/game_tab/editor/LiveEngineDialog.hpp index 703abf8..4772e59 100644 --- a/src/game_tab/editor/LiveEngineDialog.hpp +++ b/src/game_tab/editor/LiveEngineDialog.hpp @@ -15,5 +15,7 @@ public: void TogglePauseEngine(wxCommandEvent &event); void OnTimerTick(wxTimerEvent &event); void SetFEN(std::string fen); + void StopEngine(); + void StartEngine(); void OnClose(wxCloseEvent &e); };
\ No newline at end of file |
