#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_ */ m/lingo2-archipelago' title='lingo2-archipelago Git repository'/>
about summary refs log tree commit diff stats
blob: 3195623bc9c53e138b231640d4477f9c59de5590 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: "Zoo E"
panel_display_name: "Zoo"
panels {
  name: "WING"
  path: "Panels/V Maze/four_1"
  clue: "wing"
  answer: "bat"
  symbols: BOXES
}
panels {
  name: "WHISKER"
  path: "Panels/V Maze/four_2"
  clue: "whisker"
  answer: "cat"
  symbols: BOXES
}
panels {
  name: "CLAW"
  path: "Panels/V Maze/four_3"
  clue: "claw"
  answer: "cat"
  symbols: BOXES
}
panels {
  name: "FUR"
  path: "Panels/V Maze/four_4"
  clue: "fur"
  answer: "bat"
  symbols: BOXES
}