MCPcopy 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
182int WLoad()
183{
184 int rv = *tbuff++ << 24;
185 rv |= *tbuff++ << 16;
186 rv |= *tbuff++ << 8;
187 rv |= *tbuff++;
188
189 return rv;
190}
191
192int ILoad()
193{

Callers 3

LoadGameFunction · 0.85
LoadQuestFunction · 0.85
LoadLevelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected