diff options
Diffstat (limited to 'tools/validator/structs.h')
| -rw-r--r-- | tools/validator/structs.h | 4 |
1 files changed, 4 insertions, 0 deletions
| diff --git a/tools/validator/structs.h b/tools/validator/structs.h index 62974a8..81a0e8f 100644 --- a/tools/validator/structs.h +++ b/tools/validator/structs.h | |||
| @@ -28,6 +28,9 @@ struct GameNodeInfo { | |||
| 28 | struct MapInfo { | 28 | struct MapInfo { |
| 29 | std::map<std::string, GameNodeInfo> game_nodes; | 29 | std::map<std::string, GameNodeInfo> game_nodes; |
| 30 | 30 | ||
| 31 | std::vector<HumanMap> definitions; | ||
| 32 | bool has_rte_id = false; | ||
| 33 | |||
| 31 | std::optional<PortIdentifier> malformed_worldport_entrance; | 34 | std::optional<PortIdentifier> malformed_worldport_entrance; |
| 32 | }; | 35 | }; |
| 33 | 36 | ||
| @@ -37,6 +40,7 @@ struct RoomInfo { | |||
| 37 | std::vector<DoorIdentifier> doors_referenced_by; | 40 | std::vector<DoorIdentifier> doors_referenced_by; |
| 38 | std::vector<PanelIdentifier> panels_referenced_by; | 41 | std::vector<PanelIdentifier> panels_referenced_by; |
| 39 | std::vector<HumanConnection> connections_referenced_by; | 42 | std::vector<HumanConnection> connections_referenced_by; |
| 43 | std::vector<std::string> map_rtes_referenced_by; | ||
| 40 | }; | 44 | }; |
| 41 | 45 | ||
| 42 | struct DoorInfo { | 46 | struct DoorInfo { |
