MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / AnimationLibrary

Method AnimationLibrary

src/content/AnimationLibrary.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace Animations
19{
20 AnimationLibrary::AnimationLibrary(World::WorldInstance& world)
21 : m_World(world)
22 {
23 }
24
25 Animation& AnimationLibrary::getAnimation(Handle::AnimationHandle h)
26 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected