MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xAnimTempTransitionInit

Function xAnimTempTransitionInit

src/SB/Core/x/xAnim.cpp:357–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357void xAnimTempTransitionInit(U32 count)
358{
359 xMemPoolSetup(&sxAnimTempTranPool, xMemAllocSize(count * sizeof(xAnimTransition)), 0, 0, NULL,
360 sizeof(xAnimTransition), count, count / 2);
361}
362
363#ifndef INLINE
364float atan2f(float y, float x)

Callers 1

xSceneInitFunction · 0.85

Calls 1

xMemPoolSetupFunction · 0.85

Tested by

no test coverage detected