Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
void xGroupInit(void* b, void* asset)
10
{
11
xGroupInit((xBase*)b, (xGroupAsset*)asset);
12
}
13
14
void xGroupInit(xBase* b, xGroupAsset* asset)
15
{
Callers
nothing calls this directly
Calls
2
xBaseInit
Function · 0.85
xGroupGetCount
Function · 0.85
Tested by
no test coverage detected