diff options
Diffstat (limited to 'src/game_tab/GameTab.hpp')
| -rw-r--r-- | src/game_tab/GameTab.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game_tab/GameTab.hpp b/src/game_tab/GameTab.hpp index d29f1f3..61e4d21 100644 --- a/src/game_tab/GameTab.hpp +++ b/src/game_tab/GameTab.hpp @@ -9,9 +9,11 @@ #include <wx/collpane.h> #include <wx/splitter.h> #include <wx/textctrl.h> +#include "right_panel/LiveEngineDialog.hpp" wxDECLARE_EVENT(REFRESH_TAB_TITLE, wxCommandEvent); wxDECLARE_EVENT(GAME_CHANGE, wxCommandEvent); +wxDECLARE_EVENT(SHOW_ENGINE_EVALUATION, wxCommandEvent); class GameTab : public wxPanel, public TabInfos { GameTabRightPanel *editor_panel; |
