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