#ifndef TOOLS_UTIL_IDS_YAML_FORMAT_H_ #define TOOLS_UTIL_IDS_YAML_FORMAT_H_ #include #include "proto/human.pb.h" namespace com::fourisland::lingo2_archipelago { IdMappings ReadIdsFromYaml(const std::string& filename); void WriteIdsAsYaml(const IdMappings& ids, const std::string& filename); } // namespace com::fourisland::lingo2_archipelago #endif /* TOOLS_UTIL_IDS_YAML_FORMAT_H_ */
about summary refs log blame commit diff stats
blob: b9b77beeb6f69912a8a2b095ce5c0c8978a53c1f (plain) (tree)