diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-27 18:33:21 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-27 18:33:21 +0100 |
| commit | 32fdf9272e1a94f8c51274a1758f4feae555341a (patch) | |
| tree | f5a1f7385256512e8ffd5354c236ddffc025b869 /src/MainWindow.hpp | |
| parent | d87b42dcd643ddbb6db17fd64acf69d4fa0c8948 (diff) | |
Cleaning code
Diffstat (limited to 'src/MainWindow.hpp')
| -rw-r--r-- | src/MainWindow.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/MainWindow.hpp b/src/MainWindow.hpp index 866a98b..567ce3a 100644 --- a/src/MainWindow.hpp +++ b/src/MainWindow.hpp @@ -19,11 +19,9 @@ class MainWindow : public MainFrame { void OnClose(wxCloseEvent &e); void NewGame(bool useFen); - void OnNewGame(wxCommandEvent &event); void OpenFile(); void OnPageChange(wxAuiNotebookEvent &event); void OnRefreshTabTitle(wxCommandEvent &event); - TabInfos* NewGame(std::shared_ptr<Game> game); void OpenSettings(); void NewEngine(); void OnCloseTabEvent(wxCommandEvent &event); @@ -34,5 +32,6 @@ class MainWindow : public MainFrame { void AddPage(wxWindow* window, TabInfos* infos); public: MainWindow(); + TabInfos* NewGame(std::shared_ptr<Game> game); void ApplyPreferences(); };
\ No newline at end of file |
