| 93 | } |
| 94 | |
| 95 | bool Tr2LightProfileRes::DoPrepare() |
| 96 | { |
| 97 | m_element = Tr2LightManager::GetLightProfileArray().AddElement( m_bitmap ); |
| 98 | return true; |
| 99 | } |
| 100 | |
| 101 | bool Tr2LightProfileRes::ParseIes() |
| 102 | { |
nothing calls this directly
no test coverage detected