#include <vector>
#include <unordered_map>
#include "absl/status/status.h"
#include "app/rom.h"
#include "app/zelda3/dungeon/room.h"
#include "app/zelda3/dungeon/room_entrance.h"
Go to the source code of this file.
Classes | |
class | yaze::editor::DungeonRoomLoader |
Manages loading and saving of dungeon room data. More... | |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::editor |
Editors are the view controllers for the application. | |