Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xGridKill
Function
xGridKill
src/SB/Core/x/xGrid.cpp:65–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
void xGridKill(xGrid* grid)
66
{
67
xGridEmpty(grid);
68
grid->cells = NULL;
69
}
70
71
void xGridEmpty(xGrid* grid)
72
{
Callers
1
zGridExit
Function · 0.85
Calls
1
xGridEmpty
Function · 0.70
Tested by
no test coverage detected