version 1.4 | | version 1.5 |
---|
| | |
/* | | /* |
* static char *rcsid_face_h = | | * static char *rcsid_face_h = |
* "$Id: face.h,v 1.4 2005/08/12 13:46:34 ryo_saeba Exp $"; | | * "$Id: face.h,v 1.5 2006/05/18 05:27:44 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
uint8 magicmap; /* Color to show this in magic map */ | | uint8 magicmap; /* Color to show this in magic map */ |
} New_Face; | | } New_Face; |
| | |
typedef struct map_look_struct { | | |
New_Face *face; | | |
uint8 flags; | | |
} MapLook; | | |
| | |
| | |
typedef struct { | | typedef struct { |
const char *name; /* Name of the animation sequence */ | | const char *name; /* Name of the animation sequence */ |
uint8 num_animations; /* How many different faces to animate */ | | uint8 num_animations; /* How many different faces to animate */ |