aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/GameTab.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-01-09 16:36:48 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2023-01-09 16:36:48 +0100
commitf4108bc06cd9fa1977267836e9176118e8863b57 (patch)
tree3cd663f6547c6915d4f0fe8cf137fe68a9a1bec4 /src/game_tab/GameTab.hpp
parent30b7577ab321e70b5ebb2c4ec1b9edfe1d3c0a44 (diff)
Bind live engine analysis to BoardCanvas
Diffstat (limited to 'src/game_tab/GameTab.hpp')
-rw-r--r--src/game_tab/GameTab.hpp2
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;