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

Function zPortalInit

src/SB/Game/zPortal.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8extern zGlobals globals;
9
10void zPortalInit(void* portal, void* passet)
11{
12 zPortalInit((_zPortal*)portal, (xPortalAsset*)passet);
13}
14
15void zPortalInit(_zPortal* portal, xPortalAsset* passet)
16{

Callers

nothing calls this directly

Calls 1

xBaseInitFunction · 0.85

Tested by

no test coverage detected