| 389 | #endif |
| 390 | |
| 391 | bool Tr2GrannyAnimation::IsUsingCMF() const |
| 392 | { |
| 393 | if( m_grannyRes ) |
| 394 | { |
| 395 | return m_grannyRes->IsUsingCMF(); |
| 396 | } |
| 397 | if( m_geometryRes ) |
| 398 | { |
| 399 | return m_geometryRes->IsUsingCMF(); |
| 400 | } |
| 401 | return false; |
| 402 | } |
| 403 | |
| 404 | const cmf::Data* Tr2GrannyAnimation::GetCMFData() const |
| 405 | { |
no outgoing calls
no test coverage detected