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

Function zCutsceneMgrInit

src/SB/Game/zCutsceneMgr.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93static S32 s_atomicNumber;
94
95void zCutsceneMgrInit(void* b, void* tasset)
96{
97 zCutsceneMgrInit((xBase*)b, (xCutsceneMgrAsset*)tasset);
98}
99
100void zCutsceneMgrInit(xBase* b, xCutsceneMgrAsset* tasset)
101{

Callers

nothing calls this directly

Calls 1

xBaseInitFunction · 0.85

Tested by

no test coverage detected