| 411 | } |
| 412 | |
| 413 | void tableMojo ( TTable<char *,int> & in, const TBlock<void,TTable<char *,int>> & block, Context * context, LineInfoArg * at ) { |
| 414 | vec4f args[1]; |
| 415 | args[0] = cast<Table *>::from(&in); |
| 416 | context->invoke(block, args, nullptr, at); |
| 417 | } |
| 418 | |
| 419 | class Point3ArrayAnnotation : public ManagedVectorAnnotation<Point3Array> { |
| 420 | public: |