MCPcopy 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
42void xFFXFree(xFFX* ffx)
43{
44 ffx->next = alist;
45 alist = ffx;
46}
47
48void xFFXTurnOn(xFFX* f)
49{

Callers 1

xFFXRemoveEffectByFDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected