| 124 | |
| 125 | |
| 126 | animation::part const * animation::get_part(std::size_t const p_index) const |
| 127 | { |
| 128 | return (p_index < m_parts.size()) ? &(m_parts[p_index]) : nullptr; |
| 129 | } |
| 130 | |
| 131 | |
| 132 | unsigned int animation::get_fps() const |
no outgoing calls
no test coverage detected