mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-10 07:11:34 +00:00
8 lines
172 B
C
8 lines
172 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);
|
|
|