summaryrefslogtreecommitdiffstats
path: root/game/client/scoreboard.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/scoreboard.hh')
-rw-r--r--game/client/scoreboard.hh11
1 files changed, 0 insertions, 11 deletions
diff --git a/game/client/scoreboard.hh b/game/client/scoreboard.hh
deleted file mode 100644
index 0ae1688..0000000
--- a/game/client/scoreboard.hh
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef CLIENT_SCOREBOARD_HH
-#define CLIENT_SCOREBOARD_HH 1
-#pragma once
-
-namespace scoreboard
-{
-void init(void);
-void layout(void);
-} // namespace scoreboard
-
-#endif /* CLIENT_SCOREBOARD_HH */