Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ WSave
Function
WSave
Source/loadsave.cpp:970–976 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
968
}
969
970
void WSave(int v)
971
{
972
*tbuff++ = v >> 24;
973
*tbuff++ = v >> 16;
974
*tbuff++ = v >> 8;
975
*tbuff++ = v;
976
}
977
978
void ISave(int v)
979
{
Callers
3
SaveGame
Function · 0.85
SaveQuest
Function · 0.85
SaveLevel
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected