rpgxef/code/game/g_team.h
2013-09-03 23:01:15 +02:00

14 lines
234 B
C

// Copyright (C) 1999-2000 Id Software, Inc.
//
#ifndef G_TEAM_H_
#define G_TEAM_H_
// Prototypes
const char *TeamName(int team);
const char *OtherTeamName(int team);
const char *TeamColorString(int team);
#endif /* G_TEAM_H_ */