gfx_widgets.h - add RETRO_BEGIN_DECLS/RETRO_END_DECLS

This commit is contained in:
twinaphex 2021-09-30 15:29:57 +02:00
parent 5ba8843354
commit b07d80efe1

View File

@ -20,6 +20,7 @@
#include "../config.h"
#endif
#include <retro_common_api.h>
#include <formats/image.h>
#include <queues/task_queue.h>
#include <queues/message_queue.h>
@ -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