| 2167 | } |
| 2168 | |
| 2169 | void RPLLoader_SetMainModule(RPLModule* rplLoaderContext) |
| 2170 | { |
| 2171 | rplLoaderContext->entrypointCalled = true; |
| 2172 | rplLoader_mainModule = rplLoaderContext; |
| 2173 | } |
| 2174 | |
| 2175 | uint32 RPLLoader_GetMainModuleHandle() |
| 2176 | { |
no outgoing calls
no test coverage detected