mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-20 19:12:09 +00:00
11 lines
445 B
C
11 lines
445 B
C
// Copyright (C) 1999-2000 Id Software, Inc.
|
|
//
|
|
|
|
// Prototypes
|
|
const char *TeamName(int team);
|
|
const char *OtherTeamName(int team);
|
|
const char *TeamColorString(int team);
|
|
|
|
qboolean Team_GetLocationMsg(gentity_t *ent, char *loc, int loclen);
|
|
void TeamplayInfoMessage( gentity_t *ent ); // needed for locations ... TODO move from team to somewhere else
|
|
void CheckTeamStatus(void); // needed for locations ... TODO move from team to somewhere else
|