wrapper for ObjGetUltimateParent
| 106 | |
| 107 | // wrapper for ObjGetUltimateParent |
| 108 | void GetUltimateParentForObject(object **parent, object *child) { *parent = ObjGetUltimateParent(child); } |
| 109 | |
| 110 | void SetObjectDeadFlagDLL(object *obj, bool tell_clients_to_remove, bool tell_clients_to_play_sound) { |
| 111 | SetObjectDeadFlag(obj, tell_clients_to_remove, tell_clients_to_play_sound); |
nothing calls this directly
no test coverage detected