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

Function xParGroupRegisterInit

src/SB/Core/x/xParGroup.cpp:31–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31static void xParGroupRegisterInit()
32{
33 for (S32 i = 0; i < REG_TABLE_SIZE; i++)
34 {
35 sParGroupRegTable[i] = NULL;
36 }
37
38 sParGroupRegTableInit = TRUE;
39 sParGroupRegTableCount = 0;
40}
41
42void xParGroupSetAging(xParGroup* ps, S32 age)
43{

Callers 1

xParGroupRegisterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected