Skip to content

Commit

Permalink
Add the label widget to common options includes
Browse files Browse the repository at this point in the history
Should fix compilation on mobile
  • Loading branch information
Alayan-stk-2 committed May 5, 2024
1 parent 7859157 commit dae5c49
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions src/states_screens/options/options_common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include "guiengine/widgets/button_widget.hpp"
#include "guiengine/widgets/check_box_widget.hpp"
#include "guiengine/widgets/dynamic_ribbon_widget.hpp"
#include "guiengine/widgets/label_widget.hpp"
#include "guiengine/widgets/spinner_widget.hpp"

// Other option screens, for navigation between them
Expand Down
1 change: 0 additions & 1 deletion src/states_screens/options/options_screen_device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

#include "guiengine/message_queue.hpp"
#include "guiengine/scalable_font.hpp"
#include "guiengine/widgets/label_widget.hpp"
#include "guiengine/widgets/text_box_widget.hpp"
#include "guiengine/widgets/list_widget.hpp"
#include "input/input_manager.hpp"
Expand Down
1 change: 0 additions & 1 deletion src/states_screens/options/options_screen_ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include "config/player_manager.hpp"
#include "font/font_manager.hpp"
#include "graphics/irr_driver.hpp"
#include "guiengine/widgets/label_widget.hpp"
#include "items/powerup_manager.hpp"
#include "modes/world.hpp"
#include "states_screens/dialogs/custom_camera_settings.hpp"
Expand Down
1 change: 0 additions & 1 deletion src/states_screens/options/user_screen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include "config/player_manager.hpp"
#include "graphics/central_settings.hpp"
#include "guiengine/screen_keyboard.hpp"
#include "guiengine/widgets/label_widget.hpp"
#include "guiengine/widgets/text_box_widget.hpp"
#include "online/link_helper.hpp"
#include "online/request_manager.hpp"
Expand Down

0 comments on commit dae5c49

Please sign in to comment.