blob: af77ae250d4dee69e431049de896bd54b8af967c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef CLIENT_SCOREBOARD_HH
#define CLIENT_SCOREBOARD_HH 1
#pragma once
namespace gui::scoreboard
{
void init(void);
void layout(void);
} // namespace gui::scoreboard
#endif // CLIENT_SCOREBOARD_HH
|