MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / UnitHdr

Method UnitHdr

source/YamlHelper.cpp:627–633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

625}
626
627void YamlSaveHelper::UnitHdr(const std::string& type, UINT version)
628{
629 fprintf(m_hFile, "\n%s:\n", SS_YAML_KEY_UNIT);
630 m_indent = 2;
631 SaveString(SS_YAML_KEY_TYPE, type.c_str());
632 SaveInt(SS_YAML_KEY_VERSION, version);
633}

Callers 2

Snapshot_SaveStateFunction · 0.80
MemSaveSnapshotAuxFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected