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

Function zUIFont_Save

src/SB/Game/zUIFont.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void zUIFont_Save(zUIFont* ent, xSerial* s)
112{
113 zUI_Save(ent, s);
114}
115
116void zUIFont_Load(zUIFont* ent, xSerial* s)
117{

Callers 1

zSceneSaveFunction · 0.85

Calls 1

zUI_SaveFunction · 0.85

Tested by

no test coverage detected