diff options
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 |
