MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xFFXShakeAlloc

Function xFFXShakeAlloc

src/SB/Core/x/xFFX.cpp:174–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174xFFXShakeState* xFFXShakeAlloc()
175{
176 xFFXShakeState* alist2;
177 alist2 = shake_alist;
178 if (shake_alist == NULL)
179 {
180 return NULL;
181 }
182 shake_alist = shake_alist->next;
183 return alist2;
184}
185
186void xFFXShakeFree(xFFXShakeState* s)
187{

Callers 2

zPlatform_ShakeFunction · 0.85
zPlatform_TrembleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected