yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
dungeon_validator.h
Go to the documentation of this file.
1#ifndef YAZE_APP_ZELDA3_DUNGEON_DUNGEON_VALIDATOR_H
2#define YAZE_APP_ZELDA3_DUNGEON_DUNGEON_VALIDATOR_H
3
4#include <string>
5#include <vector>
6
9
10namespace yaze {
11namespace zelda3 {
12
14 bool is_valid = true;
15 std::vector<std::string> warnings;
16 std::vector<std::string> errors;
17};
18
20 public:
22};
23
24} // namespace zelda3
25} // namespace yaze
26
27#endif // YAZE_APP_ZELDA3_DUNGEON_DUNGEON_VALIDATOR_H
ValidationResult ValidateRoom(const Room &room)
std::vector< std::string > errors
std::vector< std::string > warnings