Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ WLoad
Function
WLoad
Source/loadsave.cpp:182–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
int WLoad()
183
{
184
int rv = *tbuff++ << 24;
185
rv |= *tbuff++ << 16;
186
rv |= *tbuff++ << 8;
187
rv |= *tbuff++;
188
189
return rv;
190
}
191
192
int ILoad()
193
{
Callers
3
LoadGame
Function · 0.85
LoadQuest
Function · 0.85
LoadLevel
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected