|
Atrinik Server 2.5
|
#include <global.h>Go to the source code of this file.
Functions | |
| void | free_all_anim () |
| void | init_anim () |
| static int | anim_compare (Animations *a, Animations *b) |
| int | find_animation (char *name) |
| void | animate_object (object *op, int count) |
This file contains animation related code.
Definition in file anim.c.
| static int anim_compare | ( | Animations * | a, |
| Animations * | b | ||
| ) | [static] |
Compare two animations.
Used for bsearch in find_animation().
| a | First animation to compare |
| b | Second animation to compare |
| void animate_object | ( | object * | op, |
| int | count | ||
| ) |
| int find_animation | ( | char * | name | ) |
1.7.4