aboutsummaryrefslogtreecommitdiff
path: root/src/MainWindow.hpp
diff options
context:
space:
mode:
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