4 #include <gfx/lib/window.h> 5 #include <gfx/lib/gfx.h> 7 typedef enum animation_type {
22 animation_update update;
23 event_handler finished_handler;
29 ca_animation* create_animation(animation_type type,
void* to,
float duration);
32 void process_animations(
Window* window,
float frame_time);
33 void update_all_animations(
Screen* screen,
float frame_time);
Definition: animator.h:15