/////////////////////////////////////////////////////////////////////
| 735 | |
| 736 | ////////////////////////////////////////////////////////////////////////// |
| 737 | CBaseObject* CShapeObject::GetEntity( int index ) |
| 738 | { |
| 739 | assert( index >= 0 && index < m_entities.GetCount() ); |
| 740 | return m_entities.Get(index); |
| 741 | } |
| 742 | |
| 743 | ////////////////////////////////////////////////////////////////////////// |
| 744 | void CShapeObject::SetClosed( bool bClosed ) |