| 3 | #include "xEvent.h" |
| 4 | |
| 5 | void zEntTriggerInit(void* ent, void* asset) |
| 6 | { |
| 7 | zEntTriggerInit((zEntTrigger*)ent, (xEntAsset*)asset); |
| 8 | } |
| 9 | |
| 10 | void zEntTriggerInit(zEntTrigger* ent, xEntAsset* asset) |
| 11 | { |
nothing calls this directly
no test coverage detected