MCPcopy Create free account
hub / github.com/diasurgical/devilution / OLoad

Function OLoad

Source/loadsave.cpp:202–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202BOOL OLoad()
203{
204 if (*tbuff++ == TRUE)
205 return TRUE;
206 else
207 return FALSE;
208}
209
210void CopyBytes(const void *src, const int n, void *dst)
211{

Callers 2

LoadGameFunction · 0.85
LoadLevelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected