Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ ISave
Function
ISave
Source/loadsave.cpp:978–984 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
976
}
977
978
void ISave(int v)
979
{
980
*tbuff++ = v >> 24;
981
*tbuff++ = v >> 16;
982
*tbuff++ = v >> 8;
983
*tbuff++ = v;
984
}
985
986
void OSave(BOOL v)
987
{
Callers
1
SaveGame
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected