aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/right_panel/GameTabRightPanel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game_tab/right_panel/GameTabRightPanel.hpp')
-rw-r--r--src/game_tab/right_panel/GameTabRightPanel.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game_tab/right_panel/GameTabRightPanel.hpp b/src/game_tab/right_panel/GameTabRightPanel.hpp
index c5912dd..021f755 100644
--- a/src/game_tab/right_panel/GameTabRightPanel.hpp
+++ b/src/game_tab/right_panel/GameTabRightPanel.hpp
@@ -1,4 +1,5 @@
#include "../Game.hpp"
+#include "LiveEngineDialog.hpp"
#include "editor/EditorCanvas.hpp"
#include "ochess.hpp"
#include <wx/listctrl.h>
@@ -18,6 +19,7 @@ class GameTabRightPanel : public TabGameRightPanel {
Game *game;
EditorCanvas *editor_canvas;
long selected_item;
+ LiveEngineDialog *live_engine;
public:
GameTabRightPanel(wxFrame *parent, Game *game);
@@ -37,4 +39,5 @@ public:
void OnNextMove(wxCommandEvent &event);
void OnLiveAnalysis(wxCommandEvent &event);
void ApplyPreferences();
+ void OnLiveEngineClose(wxCloseEvent &e);
}; \ No newline at end of file