- #ifndef _ANIMATION_H
- #define _ANIMATION_H
- int animation_init(void);
- void animation_start(void);
- /* replay animation even if animation is already playing */
- void animation_restart(void);
- void animation_stop(void);
- int get_animation_status(void);
- #endif
|