MCPcopy 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
65void xGridKill(xGrid* grid)
66{
67 xGridEmpty(grid);
68 grid->cells = NULL;
69}
70
71void xGridEmpty(xGrid* grid)
72{

Callers 1

zGridExitFunction · 0.85

Calls 1

xGridEmptyFunction · 0.70

Tested by

no test coverage detected