From 98e31a2c11fc1ae3dbc93576956ce3f4faad7fbd Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Fri, 30 Dec 2022 13:17:06 +0100 Subject: Improve UI --- src/gui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index 705c8a7..3380e02 100644 --- a/src/gui.h +++ b/src/gui.h @@ -37,6 +37,7 @@ #include #include #include +#include #include #include @@ -258,6 +259,7 @@ class TabGameLeftPanel : public wxPanel protected: wxBoxSizer* main_sizer; + wxToolBar* game_toolbar; wxBitmapButton* zoomin_button; wxBitmapButton* zoomout_button; wxBitmapButton* swap_button; -- cgit v1.2.3