|
Atrinik Server 2.5
|
Go to the source code of this file.
Data Structures | |
| struct | new_face_struct |
| struct | map_look_struct |
| struct | Animations |
Typedefs | |
| typedef struct new_face_struct | New_Face |
| typedef struct map_look_struct | MapLook |
Face related structures.
Definition in file face.h.
| typedef struct map_look_struct MapLook |
Map look structure.
| typedef struct new_face_struct New_Face |
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.4