#include <yaze.h>#include <cstdint>#include <string_view>#include <vector>#include "app/rom.h"#include "app/gfx/render/background_buffer.h"#include "zelda3/dungeon/dungeon_rom_addresses.h"#include "zelda3/dungeon/room_object.h"#include "zelda3/dungeon/room_layout.h"#include "zelda3/sprite/sprite.h"Go to the source code of this file.
Classes | |
| struct | yaze::zelda3::LayerMergeType |
| class | yaze::zelda3::Room |
| struct | yaze::zelda3::RoomSize |
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::zelda3 |
| Zelda 3 specific classes and functions. | |
Functions | |
| Room | yaze::zelda3::LoadRoomFromRom (Rom *rom, int room_id) |
| RoomSize | yaze::zelda3::CalculateRoomSize (Rom *rom, int room_id) |