| 109 | } |
| 110 | |
| 111 | void zPendulum_Move(_zPendulum* pend, xScene* sc, F32 dt, xEntFrame* frame) |
| 112 | { |
| 113 | xEntMotionMove(&pend->motion, sc, dt, frame); |
| 114 | } |
| 115 | |
| 116 | void zPendulumTranslate(xEnt* xent, xVec3* dpos, xMat4x3* dmat) |
| 117 | { |
nothing calls this directly
no test coverage detected