aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/GameTab.hpp
diff options
context:
space:
mode:
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 c9dcd5a..15f0514 100644
--- a/src/game_tab/GameTab.hpp
+++ b/src/game_tab/GameTab.hpp
@@ -17,12 +17,14 @@ class GameTab : public wxPanel, public TabInfos {
GameTabRightPanel *editor_panel;
GameTabLeftPanel *board_panel;
Game *game;
+
void RefreshLabel();
void OnRefreshTabTitle(wxCommandEvent &event);
void OnGameChange(wxCommandEvent &event);
public:
GameTab(wxFrame *parent, Game *game);
+ ~GameTab();
void ApplyPreferences();
void *GetGame() { return (game); }
void *GetBase() { return (NULL); };