/////////////////////////////////////////////////////////////////////
| 370 | |
| 371 | ////////////////////////////////////////////////////////////////////////// |
| 372 | IEntityClassRegistry* CEntitySystem::GetClassRegistry() |
| 373 | { |
| 374 | return m_pClassRegistry; |
| 375 | } |
| 376 | |
| 377 | ////////////////////////////////////////////////////////////////////// |
| 378 | void CEntitySystem::Release() |
no outgoing calls