summaryrefslogtreecommitdiffstats
path: root/src/game/client/metrics.hh
blob: ba68a86ba8db302e84d780d6265cc5cec6ff95fe (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef CLIENT_METRICS_HH
#define CLIENT_METRICS_HH 1
#pragma once

namespace metrics
{
void init(void);
void layout(void);
} // namespace metrics

#endif /* CLIENT_METRICS_HH  */