Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xFFXFree
Function
xFFXFree
src/SB/Core/x/xFFX.cpp:42–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void xFFXFree(xFFX* ffx)
43
{
44
ffx->next = alist;
45
alist = ffx;
46
}
47
48
void xFFXTurnOn(xFFX* f)
49
{
Callers
1
xFFXRemoveEffectByFData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected