| 318 | } |
| 319 | |
| 320 | void PrintString_Generic(asIScriptGeneric *gen) |
| 321 | { |
| 322 | string *str = (string*)gen->GetArgAddress(0); |
| 323 | PrintString(*str); |
| 324 | } |
| 325 | |
| 326 | void timeGetTime_Generic(asIScriptGeneric *gen) |
| 327 | { |
nothing calls this directly
no test coverage detected