| 18 | namespace Animations |
| 19 | { |
| 20 | AnimationLibrary::AnimationLibrary(World::WorldInstance& world) |
| 21 | : m_World(world) |
| 22 | { |
| 23 | } |
| 24 | |
| 25 | Animation& AnimationLibrary::getAnimation(Handle::AnimationHandle h) |
| 26 | { |
nothing calls this directly
no outgoing calls
no test coverage detected