From cd2c9e5b470255366464131492389cb0928cc5d1 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 28 Feb 2022 15:27:51 +0100 Subject: Improve GUI and debug various classes --- src/MainWindow.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/MainWindow.hpp') diff --git a/src/MainWindow.hpp b/src/MainWindow.hpp index 4fa3318..c223701 100644 --- a/src/MainWindow.hpp +++ b/src/MainWindow.hpp @@ -13,10 +13,7 @@ wxDECLARE_EVENT(NEW_GAME_EVENT, wxCommandEvent); wxDECLARE_EVENT(CLOSE_TAB_EVENT, wxCommandEvent); wxDECLARE_EVENT(REFRESH_ENGINE_LIST, wxCommandEvent); -class MainWindow : public wxFrame { - wxAuiNotebook *notebook; - wxMenu *menuGame; - wxMenuBar *menuBar; +class MainWindow : public MainFrame { wxPreferencesEditor *prefsEditor; wxMenu *manageMenu; -- cgit v1.2.3