MCPcopy 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
970void WSave(int v)
971{
972 *tbuff++ = v >> 24;
973 *tbuff++ = v >> 16;
974 *tbuff++ = v >> 8;
975 *tbuff++ = v;
976}
977
978void ISave(int v)
979{

Callers 3

SaveGameFunction · 0.85
SaveQuestFunction · 0.85
SaveLevelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected