about summary refs log tree commit diff
path: root/src/game/client/components/scoreboard.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2010-09-07 19:03:59 +0200
committeroy <Tom_Adams@web.de>2010-09-07 19:03:59 +0200
commitea25972e21f0d3ec599f7822981b40cf1b029e4a (patch)
tree578fa85d0d8d43bfde37458a9a723226c6644df4 /src/game/client/components/scoreboard.h
parent5e1b3c74ef898cfb5a802eaf7acc60483a2eb81b (diff)
downloadzcatch-ea25972e21f0d3ec599f7822981b40cf1b029e4a.tar.gz
zcatch-ea25972e21f0d3ec599f7822981b40cf1b029e4a.zip
added rec notification by ghost91-. Closes #82
Diffstat (limited to 'src/game/client/components/scoreboard.h')
-rw-r--r--src/game/client/components/scoreboard.h1
1 files changed, 1 insertions, 0 deletions
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);