diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-27 19:55:30 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-27 19:55:30 +0100 |
| commit | 175ce5e10859e2831b0e49a4bf768a9217305d8f (patch) | |
| tree | 3c40c98231bc17be17366b67f8407427c9c5e01c /src/game_tab/editor/LiveEngineDialog.hpp | |
| parent | 3cdb25e54654adcf007c2132fb20114f56c4ae4d (diff) | |
Debug live engine dialog
Diffstat (limited to 'src/game_tab/editor/LiveEngineDialog.hpp')
| -rw-r--r-- | src/game_tab/editor/LiveEngineDialog.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game_tab/editor/LiveEngineDialog.hpp b/src/game_tab/editor/LiveEngineDialog.hpp index 5b9fccb..703abf8 100644 --- a/src/game_tab/editor/LiveEngineDialog.hpp +++ b/src/game_tab/editor/LiveEngineDialog.hpp @@ -15,4 +15,5 @@ public: void TogglePauseEngine(wxCommandEvent &event); void OnTimerTick(wxTimerEvent &event); void SetFEN(std::string fen); + void OnClose(wxCloseEvent &e); };
\ No newline at end of file |
