Registers the template array type
| 213 | |
| 214 | // Registers the template array type |
| 215 | void RegisterScriptGrid(asIScriptEngine *engine) |
| 216 | { |
| 217 | // TODO: Implement the generic calling convention |
| 218 | RegisterScriptGrid_Native(engine); |
| 219 | } |
| 220 | |
| 221 | static void RegisterScriptGrid_Native(asIScriptEngine *engine) |
| 222 | { |