27#define MAX_WHOLETEAM 32
28#define MAX_TEAMDATASIZE 32768
30typedef struct actorSkin_s {
linkedList_t * chrDisplayList
List of currently displayed or equipable characters.
void TEAM_InitStartup(void)
void CL_UpdateCharacterValues(const character_t *chr)
unsigned int CL_GetActorSkinCount(void)
Get number of registered actorskins.
actorSkin_t * CL_AllocateActorSkin(const char *name)
Allocate a skin from the cls structure.
const char * CL_ActorGetSkillString(const int skill)
Return the skill string for the given skill level.
void CL_GenerateCharacter(character_t *chr, const char *teamDefName)
Generates the skills and inventory for a character and for a 2x2 unit.
QGL_EXTERN GLuint GLsizei GLsizei GLint GLenum GLchar * name
Describes a character with all its attributes.