Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
202
BOOL OLoad()
203
{
204
if (*tbuff++ == TRUE)
205
return TRUE;
206
else
207
return FALSE;
208
}
209
210
void CopyBytes(const void *src, const int n, void *dst)
211
{
Callers
2
LoadGame
Function · 0.85
LoadLevel
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected