Crossfire Server, Branch 1.12  R12190
Data Structures | Typedefs
face.h File Reference

Face-related structures. More...

This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Face-related structures.

Definition in file face.h.


Typedef Documentation

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.