| 1471 | } |
| 1472 | |
| 1473 | void CPHShell::RegisterToCLGroup(CGID g) { CPHCollideValidator::RegisterObjToGroup(g, *static_cast<CPHObject*>(this)); } |
| 1474 | |
| 1475 | bool CPHShell::IsGroupObject() { return CPHCollideValidator::IsGroupObject(*this); }; |
| 1476 |
no outgoing calls
no test coverage detected