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

Function zPlatform_Save

src/SB/Game/zPlatform.cpp:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void zPlatform_Save(zPlatform* ent, xSerial* s)
166{
167 zEntSave(ent, s);
168}
169
170void zPlatform_Load(zPlatform* ent, xSerial* s)
171{

Callers 1

zSceneSaveFunction · 0.85

Calls 1

zEntSaveFunction · 0.85

Tested by

no test coverage detected