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