MCPcopy Create free account
hub / github.com/NBlood/NBlood / LoadSymCodeInfo

Function LoadSymCodeInfo

source/sw/src/save.cpp:204–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202 return Saveable_RestoreDataSym(&sym, ptr);
203}
204int LoadSymCodeInfo(MFILE_READ fil, void **ptr)
205{
206 savedcodesym sym;
207
208 MREAD(&sym, sizeof(sym), 1, fil);
209
210 return Saveable_RestoreCodeSym(&sym, ptr);
211}
212
213
214int SaveGame(short save_num)

Callers 1

LoadGameFunction · 0.85

Calls 1

Saveable_RestoreCodeSymFunction · 0.85

Tested by

no test coverage detected