|
Crossfire Server, Branch 1.12
R12190
|
Face-related structures. More...

Go to the source code of this file.
Data Structures | |
| struct | animations_struct |
| This represents one animation. More... | |
| struct | new_face_struct |
| 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. More... | |
Typedefs | |
| typedef struct animations_struct | Animations |
| This represents one animation. | |
| 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. | |
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.
1.7.6.1