summaryrefslogtreecommitdiffstats
path: root/src/game/client/scoreboard.hh
blob: 58e2f8b1681facc3ff48a0604124489780169f43 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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