Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ ILoad
Function
ILoad
Source/loadsave.cpp:192–200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
}
191
192
int ILoad()
193
{
194
int rv = *tbuff++ << 24;
195
rv |= *tbuff++ << 16;
196
rv |= *tbuff++ << 8;
197
rv |= *tbuff++;
198
199
return rv;
200
}
201
202
BOOL OLoad()
203
{
Callers
1
LoadGame
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected