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

Function xGroupInit

src/SB/Core/x/xGroup.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include <types.h>
8
9void xGroupInit(void* b, void* asset)
10{
11 xGroupInit((xBase*)b, (xGroupAsset*)asset);
12}
13
14void xGroupInit(xBase* b, xGroupAsset* asset)
15{

Callers

nothing calls this directly

Calls 2

xBaseInitFunction · 0.85
xGroupGetCountFunction · 0.85

Tested by

no test coverage detected