Function wrapper is needed when native calling conventions are not supported
| 341 | |
| 342 | // Function wrapper is needed when native calling conventions are not supported |
| 343 | void timeGetTime_Generic(asIScriptGeneric *gen) |
| 344 | { |
| 345 | gen->SetReturnDWord(timeGetTime()); |
| 346 | } |
nothing calls this directly
no test coverage detected