diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-24 12:46:59 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-24 12:46:59 +0100 |
| commit | 2d9730e216976103daea64a8df047d5f0dffd5f7 (patch) | |
| tree | 894454165b388167c077619c0a0388338c828c05 /src/MainWindow.hpp | |
| parent | 273610cb0f848fd99f9b9769f0d60b6e2df590ed (diff) | |
Update tab management system
Diffstat (limited to 'src/MainWindow.hpp')
| -rw-r--r-- | src/MainWindow.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MainWindow.hpp b/src/MainWindow.hpp index bd33ad7..d809736 100644 --- a/src/MainWindow.hpp +++ b/src/MainWindow.hpp @@ -23,7 +23,7 @@ class MainWindow : public MainFrame { void OpenFile(); void OnPageChange(wxAuiNotebookEvent &event); void OnRefreshTabTitle(wxCommandEvent &event); - void NewGame(std::shared_ptr<Game> game); + TabInfos* NewGame(std::shared_ptr<Game> game); void OpenSettings(); void NewEngine(); void OnCloseTabEvent(wxCommandEvent &event); |
