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