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

Function zPlatform_Init

src/SB/Game/zPlatform.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void zPlatform_Init(void* plat, void* asset)
47{
48 zPlatform_Init((zPlatform*)plat, (xEntAsset*)asset);
49}
50
51void zPlatform_Init(zPlatform* plat, xEntAsset* asset)
52{

Callers

nothing calls this directly

Calls 10

xAnimFileNewFunction · 0.85
xEntDriveInitFunction · 0.85
zEntInitFunction · 0.70
xSTFindAssetFunction · 0.50
xEntLoadModelFunction · 0.50
xAnimTableNewFunction · 0.50
xAnimTableAddFileFunction · 0.50
xAnimPoolAllocFunction · 0.50
xEntMotionInitFunction · 0.50
xStrHashFunction · 0.50

Tested by

no test coverage detected