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

Function zDispatcher_InitDep

src/SB/Game/zDispatcher.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90void zDispatcher_Init(st_ZDISPATCH_DATA* dspdata, xBaseAsset* bass)
91{
92 ZDSP_instInit(dspdata, bass);
93}
94
95void zDispatcher_InitDep(st_ZDISPATCH_DATA* dspdata, zScene* scene)
96{
97 ZDSP_instInitDep(dspdata, scene);

Callers 1

zSceneSetupFunction · 0.85

Calls 1

ZDSP_instInitDepFunction · 0.85

Tested by

no test coverage detected