| 64 | } |
| 65 | |
| 66 | void zEntDestructObj_Init(void* ent, void* asset) |
| 67 | { |
| 68 | zEntDestructObj_Init((zEntDestructObj*)ent, (xEntAsset*)asset); |
| 69 | } |
| 70 | |
| 71 | void zEntDestructObj_Init(zEntDestructObj* ent, xEntAsset* asset) |
| 72 | { |
nothing calls this directly
no test coverage detected