#include <dungeon_validator.h>
Public Attributes | |
| bool | is_valid = true |
| std::vector< std::string > | warnings |
| std::vector< std::string > | errors |
Definition at line 12 of file dungeon_validator.h.
| bool yaze::zelda3::ValidationResult::is_valid = true |
Definition at line 13 of file dungeon_validator.h.
Referenced by yaze::zelda3::DungeonObjectEditor::ValidateRoom(), and yaze::zelda3::DungeonValidator::ValidateRoom().
| std::vector<std::string> yaze::zelda3::ValidationResult::warnings |
Definition at line 14 of file dungeon_validator.h.
Referenced by yaze::zelda3::DungeonValidator::ValidateRoom().
| std::vector<std::string> yaze::zelda3::ValidationResult::errors |
Definition at line 15 of file dungeon_validator.h.
Referenced by yaze::zelda3::DungeonObjectEditor::ValidateRoom(), and yaze::zelda3::DungeonValidator::ValidateRoom().