| 158 | |
| 159 | inline bool IsLevelOpen( int idx ) { return m_LevelsOpen[idx]; } |
| 160 | inline void ToggleLevelOpen( int idx ) { m_LevelsOpen[idx] = !m_LevelsOpen[idx]; } |
| 161 | |
| 162 | // Incorrect view.address |
| 163 | void AddHotSpot( const PVIEWINFO View, const CRect& Spot, CString Text, int ID, int Type ); |