#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
path: root/app/views/layouts/admin.html.haml
blob: e3fc92f042adde0e8f66dcb60b59e8d5cd01ab1c (plain) (tree)
1
2
3
4
5
6
7
8
9