mirror of
https://github.com/libretro/RetroArch
synced 2024-12-29 12:31:05 +00:00
Reorder some struct members
This commit is contained in:
parent
8bf741257c
commit
476f7e560b
@ -103,21 +103,21 @@ typedef struct menu_animation_ctx_subject
|
||||
|
||||
typedef struct menu_animation_ctx_entry
|
||||
{
|
||||
enum menu_animation_easing_type easing_enum;
|
||||
uintptr_t tag;
|
||||
float duration;
|
||||
float target_value;
|
||||
float *subject;
|
||||
enum menu_animation_easing_type easing_enum;
|
||||
uintptr_t tag;
|
||||
tween_cb cb;
|
||||
} menu_animation_ctx_entry_t;
|
||||
|
||||
typedef struct menu_animation_ctx_ticker
|
||||
{
|
||||
char *s;
|
||||
bool selected;
|
||||
size_t len;
|
||||
uint64_t idx;
|
||||
char *s;
|
||||
const char *str;
|
||||
bool selected;
|
||||
} menu_animation_ctx_ticker_t;
|
||||
|
||||
bool menu_animation_update(float delta_time);
|
||||
|
Loading…
Reference in New Issue
Block a user