MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / LoadingScreen_Show

Function LoadingScreen_Show

src/Screens.c:2133–2136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2131 LoadingScreen_Layout, LoadingScreen_ContextLost, LoadingScreen_ContextRecreated
2132};
2133void LoadingScreen_Show(const cc_string* title, const cc_string* message) {
2134 LoadingScreen.VTABLE = &LoadingScreen_VTABLE;
2135 LoadingScreen_ShowCommon(title, message);
2136}
2137
2138
2139/*########################################################################################################################*

Callers 2

Classic_StartLoadingFunction · 0.85

Calls 1

LoadingScreen_ShowCommonFunction · 0.85

Tested by

no test coverage detected