diff options
Diffstat (limited to 'tools/validator/structs.h')
-rw-r--r-- | tools/validator/structs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/validator/structs.h b/tools/validator/structs.h index d1d45f2..a6787cf 100644 --- a/tools/validator/structs.h +++ b/tools/validator/structs.h | |||
@@ -27,6 +27,8 @@ struct GameNodeInfo { | |||
27 | 27 | ||
28 | struct MapInfo { | 28 | struct MapInfo { |
29 | std::map<std::string, GameNodeInfo> game_nodes; | 29 | std::map<std::string, GameNodeInfo> game_nodes; |
30 | |||
31 | std::optional<PortIdentifier> malformed_worldport_entrance; | ||
30 | }; | 32 | }; |
31 | 33 | ||
32 | struct RoomInfo { | 34 | struct RoomInfo { |
@@ -57,6 +59,7 @@ struct PortInfo { | |||
57 | 59 | ||
58 | std::vector<HumanConnection> connections_referenced_by; | 60 | std::vector<HumanConnection> connections_referenced_by; |
59 | std::vector<HumanConnection> target_connections_referenced_by; | 61 | std::vector<HumanConnection> target_connections_referenced_by; |
62 | std::vector<std::string> map_worldport_entrances; | ||
60 | }; | 63 | }; |
61 | 64 | ||
62 | struct PaintingInfo { | 65 | struct PaintingInfo { |