| 17 | } |
| 18 | |
| 19 | static void CallExecuteString_gen(asIScriptGeneric *gen) |
| 20 | { |
| 21 | string str = ((CScriptString*)gen->GetArgAddress(0))->buffer; |
| 22 | CallExecuteString(str); |
| 23 | } |
| 24 | |
| 25 | static int i = 0; |
| 26 |
nothing calls this directly
no test coverage detected