| 33 | |
| 34 | SafetyHookInline shMiniMainLoop = {}; |
| 35 | void __cdecl MiniMainLoop() |
| 36 | { |
| 37 | std::call_once(of, []() |
| 38 | { |
| 39 | WFP::onGameInitEvent().executeAll(); |
| 40 | }); |
| 41 | |
| 42 | WFP::onGameProcessEvent().executeAll(); |
| 43 | |
| 44 | shMiniMainLoop.unsafe_ccall(); |
| 45 | } |
| 46 | |
| 47 | void Init() |
| 48 | { |
nothing calls this directly
no test coverage detected