aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/right_panel/GameTabRightPanel.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-02-28 15:52:19 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-02-28 15:52:19 +0100
commit8f1e8fa106107c61c7ac62fa0f13340537ba4d23 (patch)
treeebff4736441faef551b683db0267bf4e29382976 /src/game_tab/right_panel/GameTabRightPanel.hpp
parent3cbbd1128d0002cf9cdc4c4cbbc61a8e0d89ff10 (diff)
Debug live engine
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