| 283 | } |
| 284 | |
| 285 | void zEntEventAll(xBase* from, U32 fromEvent, U32 toEvent, F32* toParam) |
| 286 | { |
| 287 | zScene* s = globals.sceneCur; |
| 288 | for (U16 i = 0; i < s->num_base; i++) |
| 289 | { |
| 290 | zEntEvent(from, fromEvent, s->base[i], toEvent, toParam, NULL, 0); |
| 291 | } |
| 292 | } |
| 293 | |
| 294 | void zEntEventAllOfType(xBase* from, U32 fromEvent, U32 toEvent, F32* toParam, U32 type) |
| 295 | { |
no test coverage detected