heretic2-sdk/Toolkit/Programming/GameCode/game/g_Skeleton.h
1999-03-18 00:00:00 +00:00

11 lines
No EOL
225 B
C

#include "q_Typedef.h"
typedef struct G_SkeletalJoint_s
{
int children; // must be the first field
float destAngles[3];
float angVels[3];
float angles[3];
int changed[3];
qboolean inUse;
} G_SkeletalJoint_t;