mirror of
https://github.com/libretro/RetroArch
synced 2025-04-25 09:02:44 +00:00
(menu_animation) Cleanups
This commit is contained in:
parent
a731f18fa2
commit
c8519cd89c
@ -32,7 +32,7 @@ struct tween
|
|||||||
float target_value;
|
float target_value;
|
||||||
float *subject;
|
float *subject;
|
||||||
int tag;
|
int tag;
|
||||||
easingFunc easing;
|
easing_cb easing;
|
||||||
tween_cb cb;
|
tween_cb cb;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef float (*easingFunc)(float, float, float, float);
|
typedef float (*easing_cb) (float, float, float, float);
|
||||||
typedef void (*tween_cb) (void);
|
typedef void (*tween_cb) (void);
|
||||||
|
|
||||||
enum menu_animation_ctl_state
|
enum menu_animation_ctl_state
|
||||||
|
Loading…
x
Reference in New Issue
Block a user