From ea25972e21f0d3ec599f7822981b40cf1b029e4a Mon Sep 17 00:00:00 2001 From: oy Date: Tue, 7 Sep 2010 19:03:59 +0200 Subject: added rec notification by ghost91-. Closes #82 --- src/game/client/components/scoreboard.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/client/components/scoreboard.h') diff --git a/src/game/client/components/scoreboard.h b/src/game/client/components/scoreboard.h index f94c6b49..be0292cf 100644 --- a/src/game/client/components/scoreboard.h +++ b/src/game/client/components/scoreboard.h @@ -7,6 +7,7 @@ class CScoreboard : public CComponent void RenderGoals(float x, float y, float w); void RenderSpectators(float x, float y, float w); void RenderScoreboard(float x, float y, float w, int Team, const char *pTitle); + void RenderRecordingNotification(float x); static void ConKeyScoreboard(IConsole::IResult *pResult, void *pUserData); -- cgit 1.4.1