diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-28 15:27:51 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-28 15:27:51 +0100 |
| commit | cd2c9e5b470255366464131492389cb0928cc5d1 (patch) | |
| tree | 547cc3daf07708dfbc6cde2801209caa73c54d4c /src/MainWindow.hpp | |
| parent | 81d7a419624e79ec3fa6c4bcb52fccaa6004065b (diff) | |
Improve GUI and debug various classes
Diffstat (limited to 'src/MainWindow.hpp')
| -rw-r--r-- | src/MainWindow.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
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; |
