| 45 | F32 zMovePointGetDelay(const zMovePoint* m); |
| 46 | |
| 47 | inline U16 xMovePointGetNumPoints(const xMovePoint* m) |
| 48 | { |
| 49 | return m->asset->numPoints; |
| 50 | } |
| 51 | |
| 52 | inline xMovePoint* xMovePointGetPoint(const xMovePoint* m, U16 n) |
| 53 | { |
no outgoing calls
no test coverage detected