diff options
Diffstat (limited to 'src/game/client/metrics.hh')
| -rw-r--r-- | src/game/client/metrics.hh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/game/client/metrics.hh b/src/game/client/metrics.hh new file mode 100644 index 0000000..ba68a86 --- /dev/null +++ b/src/game/client/metrics.hh @@ -0,0 +1,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 */ |
