| 28 | } |
| 29 | |
| 30 | Handle::AnimationHandle AnimationLibrary::getAnimation(const std::string& qname) |
| 31 | { |
| 32 | return m_World.getAnimationAllocator().getAnimation(qname); |
| 33 | } |
| 34 | |
| 35 | Handle::AnimationHandle AnimationLibrary::getAnimation(const std::string& mesh_lib, const std::string& overlay, const std::string& name) |
| 36 | { |
no outgoing calls
no test coverage detected