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/EditorPanel.hpp | |
| parent | 3cdb25e54654adcf007c2132fb20114f56c4ae4d (diff) | |
Debug live engine dialog
Diffstat (limited to 'src/game_tab/editor/EditorPanel.hpp')
| -rw-r--r-- | src/game_tab/editor/EditorPanel.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game_tab/editor/EditorPanel.hpp b/src/game_tab/editor/EditorPanel.hpp index 8502c14..b0a00ce 100644 --- a/src/game_tab/editor/EditorPanel.hpp +++ b/src/game_tab/editor/EditorPanel.hpp @@ -1,9 +1,9 @@ #include "../Game.hpp" #include "EditorCanvas.hpp" +#include "EditorPanelBF.h" #include "ochess.hpp" #include <wx/listctrl.h> #include <wx/notebook.h> -#include "EditorPanelBF.h" // Local events wxDECLARE_EVENT(GOTO_MOVE_EVENT, wxCommandEvent); @@ -36,5 +36,6 @@ public: void OnDelete(wxCommandEvent &event); void OnPreviousMove(wxCommandEvent &event); void OnNextMove(wxCommandEvent &event); + void OnLiveAnalysis(wxCommandEvent &event); void ApplyPreferences(); };
\ No newline at end of file |
