| 278 | } |
| 279 | |
| 280 | void zEntUpdate(zEnt* ent, zScene* scene, F32 elapsedSec) |
| 281 | { |
| 282 | xEntUpdate(ent, scene, elapsedSec); |
| 283 | } |
| 284 | |
| 285 | void zEntEventAll(xBase* from, U32 fromEvent, U32 toEvent, F32* toParam) |
| 286 | { |
nothing calls this directly
no test coverage detected