--------------------------------------------------------------------
| 508 | |
| 509 | //-------------------------------------------------------------------- |
| 510 | CSE_Abstract* xrServer::entity_Create(LPCSTR name) { return F_entity_Create(name); } |
| 511 | |
| 512 | void xrServer::entity_Destroy(CSE_Abstract*& P) |
| 513 | { |
nothing calls this directly
no test coverage detected