| 625 | } |
| 626 | |
| 627 | void 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 | } |
no outgoing calls
no test coverage detected