MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / postLoadRequest

Function postLoadRequest

TheForceEngine/TFE_Game/saveSystem.cpp:273–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271 }
272
273 void postLoadRequest(const char* filename)
274 {
275 s_req = SF_REQ_LOAD;
276 strcpy(s_reqFilename, filename);
277 }
278
279 void postSaveRequest(const char* filename, const char* saveName, s32 delay)
280 {

Callers 2

saveLoadConfirmedFunction · 0.85
updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected