mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 02:43:03 +00:00
gfx_widgets.h - add RETRO_BEGIN_DECLS/RETRO_END_DECLS
This commit is contained in:
parent
5ba8843354
commit
b07d80efe1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user