mirror of
https://github.com/libretro/RetroArch
synced 2025-02-25 03:40:50 +00:00
Move forward declarations up
This commit is contained in:
parent
a2ea198fdd
commit
9aa736b522
@ -313,6 +313,19 @@ static const char
|
||||
static void gfx_widgets_start_achievement_notification(
|
||||
dispgfx_widget_t *p_dispwidget);
|
||||
#endif
|
||||
#ifdef HAVE_MENU
|
||||
bool menu_driver_get_load_content_animation_data(
|
||||
uintptr_t *icon, char **playlist_name);
|
||||
#endif
|
||||
static void gfx_widgets_context_reset(
|
||||
dispgfx_widget_t *p_dispwidget,
|
||||
bool is_threaded,
|
||||
unsigned width, unsigned height, bool fullscreen,
|
||||
const char *dir_assets, char *font_path);
|
||||
static void gfx_widgets_context_destroy(dispgfx_widget_t *p_dispwidget);
|
||||
static void gfx_widgets_free(dispgfx_widget_t *p_dispwidget);
|
||||
static void gfx_widgets_layout(dispgfx_widget_t *p_dispwidget,
|
||||
bool is_threaded, const char *dir_assets, char *font_path);
|
||||
|
||||
bool gfx_widgets_active(void)
|
||||
{
|
||||
@ -999,21 +1012,6 @@ static void gfx_widgets_hourglass_tick(void *userdata)
|
||||
gfx_animation_push(&entry);
|
||||
}
|
||||
|
||||
/* Forward declarations */
|
||||
static void gfx_widgets_context_reset(
|
||||
dispgfx_widget_t *p_dispwidget,
|
||||
bool is_threaded,
|
||||
unsigned width, unsigned height, bool fullscreen,
|
||||
const char *dir_assets, char *font_path);
|
||||
static void gfx_widgets_context_destroy(dispgfx_widget_t *p_dispwidget);
|
||||
static void gfx_widgets_free(dispgfx_widget_t *p_dispwidget);
|
||||
static void gfx_widgets_layout(dispgfx_widget_t *p_dispwidget,
|
||||
bool is_threaded, const char *dir_assets, char *font_path);
|
||||
#ifdef HAVE_MENU
|
||||
bool menu_driver_get_load_content_animation_data(
|
||||
uintptr_t *icon, char **playlist_name);
|
||||
#endif
|
||||
|
||||
void gfx_widgets_iterate(
|
||||
unsigned width, unsigned height, bool fullscreen,
|
||||
const char *dir_assets, char *font_path,
|
||||
|
Loading…
x
Reference in New Issue
Block a user