diff options
Diffstat (limited to 'src/game_tab/left_panel/GameTabLeftPanel.hpp')
| -rw-r--r-- | src/game_tab/left_panel/GameTabLeftPanel.hpp | 2 |
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 |
