blob: 0ae1688534a4774839dee7747847146c8418902e (
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 */
|