| 2323 | } |
| 2324 | |
| 2325 | void Tr2GrannyAnimation::AddNotifyTarget( IBlueAsyncResNotifyTarget* p ) |
| 2326 | { |
| 2327 | if( find( begin( m_notifyTargets ), end( m_notifyTargets ), p ) == end( m_notifyTargets ) ) |
| 2328 | { |
| 2329 | m_notifyTargets.push_back( p ); |
| 2330 | } |
| 2331 | } |
| 2332 | |
| 2333 | void Tr2GrannyAnimation::RemoveNotifyTarget( IBlueAsyncResNotifyTarget* p ) |
| 2334 | { |
no test coverage detected