#include <dungeon_stream_allocator.h>
Public Member Functions | |
| bool | operator== (const DungeonStreamWrite &) const =default |
Public Attributes | |
| uint32_t | room_id = 0 |
| uint32_t | address = 0 |
| std::vector< uint8_t > | bytes |
Definition at line 125 of file dungeon_stream_allocator.h.
|
default |
| uint32_t yaze::zelda3::DungeonStreamWrite::room_id = 0 |
Definition at line 126 of file dungeon_stream_allocator.h.
| uint32_t yaze::zelda3::DungeonStreamWrite::address = 0 |
Definition at line 127 of file dungeon_stream_allocator.h.
| std::vector<uint8_t> yaze::zelda3::DungeonStreamWrite::bytes |
Definition at line 128 of file dungeon_stream_allocator.h.