| 19 | static S32 zEntButtonEventCB(xBase* from, xBase* to, U32 toEvent, const F32* toParam, xBase* b3); |
| 20 | |
| 21 | void zEntButton_Init(void* ent, void* asset) |
| 22 | { |
| 23 | zEntButton_Init((_zEntButton*)ent, (xEntAsset*)asset); |
| 24 | } |
| 25 | |
| 26 | // Equivalent: scheduling |
| 27 | void zEntButton_Init(_zEntButton* ent, xEntAsset* asset) |
nothing calls this directly
no test coverage detected