aboutsummaryrefslogtreecommitdiff
path: root/src/MainWindow.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-02-28 15:27:51 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-02-28 15:27:51 +0100
commitcd2c9e5b470255366464131492389cb0928cc5d1 (patch)
tree547cc3daf07708dfbc6cde2801209caa73c54d4c /src/MainWindow.hpp
parent81d7a419624e79ec3fa6c4bcb52fccaa6004065b (diff)
Improve GUI and debug various classes
Diffstat (limited to 'src/MainWindow.hpp')
-rw-r--r--src/MainWindow.hpp5
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;