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

Function ParseFloatList

src/SB/Game/zMain.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 iTimeDiffSec(tim);
115 iTimeGet();
116}
117
118static void ParseFloatList(F32* dest, char* strbuf, S32 max)
119{
120 xStrParseFloatList(dest, strbuf, max);
121}
122

Callers 1

zMainParseINIGlobalsFunction · 0.85

Calls 1

xStrParseFloatListFunction · 0.50

Tested by

no test coverage detected