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