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

Function xUtilStartup

src/SB/Core/x/xutil.cpp:13–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11static U32 g_crc32_table[256] = {};
12
13S32 xUtilStartup()
14{
15 if (!g_xutilinit++)
16 {
17 xUtil_crc_init();
18 }
19
20 return g_xutilinit;
21}
22
23S32 xUtilShutdown()
24{

Callers 2

mainFunction · 0.85
xSGStartupFunction · 0.85

Calls 1

xUtil_crc_initFunction · 0.70

Tested by

no test coverage detected