#ifndef CLIENT_SPLASH_HH #define CLIENT_SPLASH_HH 1 #pragma once namespace client_splash { void init(void); void init_late(void); void render(void); } // namespace client_splash #endif /* CLIENT_SPLASH_HH */