diff options
Diffstat (limited to 'src/fpsgame/game.h')
| -rw-r--r-- | src/fpsgame/game.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fpsgame/game.h b/src/fpsgame/game.h index c76498a..92d4fd1 100644 --- a/src/fpsgame/game.h +++ b/src/fpsgame/game.h @@ -515,8 +515,6 @@ namespace game { extern const char *teamcolorname(fpsent *d, const char *alt = "you"); extern const char *teamcolor(const char *name, bool sameteam, const char *alt = NULL); extern const char *teamcolor(const char *name, const char *team, const char *alt = NULL); - extern void teamsound(bool sameteam, int n, const vec *loc = NULL); - extern void teamsound(fpsent *d, int n, const vec *loc = NULL); extern fpsent *pointatplayer(); extern fpsent *hudplayer(); extern fpsent *followingplayer(fpsent *fallback = NULL); |
