| 187 | } |
| 188 | |
| 189 | size_t PeepAnimationsObject::GetNumAnimationGroups() const |
| 190 | { |
| 191 | return _animationGroups.size(); |
| 192 | } |
| 193 | |
| 194 | RCT12PeepAnimationGroup PeepAnimationsObject::GetLegacyPosition(PeepAnimationGroup animGroup) const |
| 195 | { |
no test coverage detected