diff options
Diffstat (limited to 'tools/validator/structs.h')
-rw-r--r-- | tools/validator/structs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/validator/structs.h b/tools/validator/structs.h index f7d9dc1..958038d 100644 --- a/tools/validator/structs.h +++ b/tools/validator/structs.h | |||
@@ -92,6 +92,8 @@ struct LetterInfo { | |||
92 | 92 | ||
93 | struct EndingInfo { | 93 | struct EndingInfo { |
94 | std::vector<RoomIdentifier> defined_in; | 94 | std::vector<RoomIdentifier> defined_in; |
95 | |||
96 | std::vector<DoorIdentifier> doors_referenced_by; | ||
95 | }; | 97 | }; |
96 | 98 | ||
97 | struct CollectedInfo { | 99 | struct CollectedInfo { |