#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