/data/maps/the_revitalized/

'/> Autotracker for the Lingo Archipelago integration
about summary refs log blame commit diff stats
path: root/.clang-format
blob: 8de7fe6557704dfe7e8353c5bf26c2044c3ad50c (plain) (tree)
1
2

                      
er  Star Rauchenberger <fefferburbia@gmail.com>  2025-08-19 20:19:48 -0400

Store IDs in a yaml file' href='/lingo2-archipelago/commit/tools/util/ids_yaml_format.h?h=data-v5&id=724f8092c4808cdad47316e00949c04ee797acb5'>724f809 ^















1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                        
#ifndef TOOLS_UTIL_IDS_YAML_FORMAT_H_
#define TOOLS_UTIL_IDS_YAML_FORMAT_H_

#include <string>

#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_ */