Crossfire Server, Branches 1.12
R18729
|
Go to the source code of this file.
Data Structures | |
struct | animations_struct |
struct | new_face_struct |
Typedefs | |
typedef struct animations_struct | Animations |
typedef struct new_face_struct | New_Face |
Face-related structures.
Definition in file face.h.
typedef struct animations_struct Animations |
This represents one animation. It points to different faces.
typedef struct new_face_struct New_Face |
New face structure - this enforces the notion that data is face by face only - you can not change the color of an item - you need to instead create a new face with that color.