aboutsummaryrefslogtreecommitdiff
path: root/src/MainWindow.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-12-27 18:33:21 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-12-27 18:33:21 +0100
commit32fdf9272e1a94f8c51274a1758f4feae555341a (patch)
treef5a1f7385256512e8ffd5354c236ddffc025b869 /src/MainWindow.hpp
parentd87b42dcd643ddbb6db17fd64acf69d4fa0c8948 (diff)
Cleaning code
Diffstat (limited to 'src/MainWindow.hpp')
-rw-r--r--src/MainWindow.hpp3
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