MCPcopy 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
978void ISave(int v)
979{
980 *tbuff++ = v >> 24;
981 *tbuff++ = v >> 16;
982 *tbuff++ = v >> 8;
983 *tbuff++ = v;
984}
985
986void OSave(BOOL v)
987{

Callers 1

SaveGameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected