diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-30 13:17:06 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-30 13:17:06 +0100 |
| commit | 98e31a2c11fc1ae3dbc93576956ce3f4faad7fbd (patch) | |
| tree | 54b7df1f6e3b5887ecc7072ae719911c29ec4427 /src/gui.h | |
| parent | 2fd237a78ffd78e198bfb68ba2fc9fa296a1fe9f (diff) | |
Improve UI
Diffstat (limited to 'src/gui.h')
| -rw-r--r-- | src/gui.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,7 @@ #include <wx/checkbox.h> #include <wx/splitter.h> #include <wx/notebook.h> +#include <wx/toolbar.h> #include <wx/bmpbuttn.h> #include <wx/combobox.h> @@ -258,6 +259,7 @@ class TabGameLeftPanel : public wxPanel protected: wxBoxSizer* main_sizer; + wxToolBar* game_toolbar; wxBitmapButton* zoomin_button; wxBitmapButton* zoomout_button; wxBitmapButton* swap_button; |
