diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-27 16:29:50 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-27 16:29:50 -0400 |
commit | 804ad0c230672813efdca5b6816a5de49354f375 (patch) | |
tree | 40e65adad6a28a9d2899e3dbbad697ff42c8851b /tools/validator/structs.h | |
parent | 5333430a092d4d8c42561f82c7ff6e57f8700455 (diff) | |
download | lingo2-archipelago-804ad0c230672813efdca5b6816a5de49354f375.tar.gz lingo2-archipelago-804ad0c230672813efdca5b6816a5de49354f375.tar.bz2 lingo2-archipelago-804ad0c230672813efdca5b6816a5de49354f375.zip |
Added control_center
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 { |