aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/left_panel/GameTabLeftPanel.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-12-30 13:17:06 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-12-30 13:17:06 +0100
commit98e31a2c11fc1ae3dbc93576956ce3f4faad7fbd (patch)
tree54b7df1f6e3b5887ecc7072ae719911c29ec4427 /src/game_tab/left_panel/GameTabLeftPanel.hpp
parent2fd237a78ffd78e198bfb68ba2fc9fa296a1fe9f (diff)
Improve UI
Diffstat (limited to 'src/game_tab/left_panel/GameTabLeftPanel.hpp')
-rw-r--r--src/game_tab/left_panel/GameTabLeftPanel.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game_tab/left_panel/GameTabLeftPanel.hpp b/src/game_tab/left_panel/GameTabLeftPanel.hpp
index d254ace..25cbcf0 100644
--- a/src/game_tab/left_panel/GameTabLeftPanel.hpp
+++ b/src/game_tab/left_panel/GameTabLeftPanel.hpp
@@ -14,6 +14,7 @@ class GameTabLeftPanel : public TabGameLeftPanel {
void NotifyEditor();
std::string last_absolute_move;
bool repeat;
+ std::string related_file;
public:
GameTabLeftPanel(wxFrame *parent, std::shared_ptr<Game> game);
@@ -27,4 +28,5 @@ public:
void OnSwap(wxCommandEvent &event);
void OnRefreshBoard(wxCommandEvent &event);
void ApplyPreferences();
+ void OnToolClick(wxCommandEvent &event);
}; \ No newline at end of file