#pragma once namespace gui::client_splash { void init(void); void init_late(void); void render(void); } // namespace gui::client_splash