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

Function zDispatcher_Init

src/SB/Game/zDispatcher.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85st_ZDISPATCH_DATA* zDispatcher_getInst(st_ZDISPATCH_DATA* pool, S32 idx)
86{
87 return &pool[idx];
88}
89
90void zDispatcher_Init(st_ZDISPATCH_DATA* dspdata, xBaseAsset* bass)
91{
92 ZDSP_instInit(dspdata, bass);

Callers 1

Calls 1

ZDSP_instInitFunction · 0.85

Tested by

no test coverage detected