2012-08-04 10:54:37 +00:00
|
|
|
// Copyright (C) 1999-2000 Id Software, Inc.
|
2012-01-22 21:34:33 +00:00
|
|
|
//
|
|
|
|
|
|
|
|
// Prototypes
|
|
|
|
const char *TeamName(int team);
|
2012-08-04 10:54:37 +00:00
|
|
|
const char *OtherTeamName(int team);
|
2012-01-22 21:34:33 +00:00
|
|
|
const char *TeamColorString(int team);
|
|
|
|
|