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