diff --git a/gfx/gfx_widgets.h b/gfx/gfx_widgets.h index e8f6d3077a..329cac7c20 100644 --- a/gfx/gfx_widgets.h +++ b/gfx/gfx_widgets.h @@ -20,6 +20,7 @@ #include "../config.h" #endif +#include #include #include #include @@ -51,6 +52,8 @@ #endif #define TEXT_COLOR_FAINT 0x878787FF +RETRO_BEGIN_DECLS + enum gfx_widgets_icon { MENU_WIDGETS_ICON_PAUSED = 0, @@ -382,4 +385,6 @@ extern const gfx_widget_t gfx_widget_achievement_popup; extern const gfx_widget_t gfx_widget_leaderboard_display; #endif +RETRO_END_DECLS + #endif