rpgxef/code/game/g_team.h

15 lines
246 B
C
Raw Normal View History

// Copyright (C) 1999-2000 Id Software, Inc.
//
#ifndef G_TEAM_H_
#define G_TEAM_H_
// Prototypes
2014-10-27 21:18:33 +00:00
const char* TeamName(int32_t team);
const char* OtherTeamName(int32_t team);
const char* TeamColorString(int32_t team);
#endif /* G_TEAM_H_ */