yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::zelda3::DungeonStreamOverlap Struct Reference

#include <dungeon_stream_allocator.h>

Collaboration diagram for yaze::zelda3::DungeonStreamOverlap:

Public Attributes

DungeonStreamOverlapKind kind = DungeonStreamOverlapKind::kInterior
 
std::vector< uint32_t > first_room_ids
 
std::vector< uint32_t > second_room_ids
 
DungeonStreamPcRange intersection
 

Detailed Description

Definition at line 92 of file dungeon_stream_allocator.h.

Member Data Documentation

◆ kind

DungeonStreamOverlapKind yaze::zelda3::DungeonStreamOverlap::kind = DungeonStreamOverlapKind::kInterior

Definition at line 93 of file dungeon_stream_allocator.h.

◆ first_room_ids

std::vector<uint32_t> yaze::zelda3::DungeonStreamOverlap::first_room_ids

Definition at line 94 of file dungeon_stream_allocator.h.

◆ second_room_ids

std::vector<uint32_t> yaze::zelda3::DungeonStreamOverlap::second_room_ids

Definition at line 95 of file dungeon_stream_allocator.h.

◆ intersection

DungeonStreamPcRange yaze::zelda3::DungeonStreamOverlap::intersection

Definition at line 96 of file dungeon_stream_allocator.h.


The documentation for this struct was generated from the following file: