libanim

diff src/anim.h @ 22:9758004136f8

added anm_set_animation_name
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 27 Dec 2013 10:58:23 +0200
parents 5993f405a1cb
children 203c11299586
line diff
     1.1 --- a/src/anim.h	Fri Dec 27 06:28:43 2013 +0200
     1.2 +++ b/src/anim.h	Fri Dec 27 10:58:23 2013 +0200
     1.3 @@ -65,6 +65,9 @@
     1.4  int anm_init_animation(struct anm_animation *anim);
     1.5  void anm_destroy_animation(struct anm_animation *anim);
     1.6  
     1.7 +void anm_set_animation_name(struct anm_animation *anim, const char *name);
     1.8 +
     1.9 +
    1.10  /* node constructor and destructor */
    1.11  int anm_init_node(struct anm_node *node);
    1.12  void anm_destroy_node(struct anm_node *node);