#include <dungeon_stream_allocator.h>
Public Member Functions | |
| uint32_t | size () const |
Public Attributes | |
| uint32_t | room_id = 0 |
| uint32_t | pointer_slot_pc = 0 |
| uint32_t | data_pc = 0 |
| uint32_t | logical_end_pc = 0 |
| bool | valid = false |
| std::vector< uint8_t > | encoded_stream |
Definition at line 64 of file dungeon_stream_allocator.h.
|
inline |
Definition at line 75 of file dungeon_stream_allocator.h.
References data_pc, logical_end_pc, and valid.
| uint32_t yaze::zelda3::DungeonStreamRecord::room_id = 0 |
Definition at line 65 of file dungeon_stream_allocator.h.
Referenced by yaze::zelda3::InventoryDungeonStreams().
| uint32_t yaze::zelda3::DungeonStreamRecord::pointer_slot_pc = 0 |
Definition at line 66 of file dungeon_stream_allocator.h.
Referenced by yaze::zelda3::InventoryDungeonStreams().
| uint32_t yaze::zelda3::DungeonStreamRecord::data_pc = 0 |
Definition at line 67 of file dungeon_stream_allocator.h.
Referenced by yaze::zelda3::InventoryDungeonStreams(), and size().
| uint32_t yaze::zelda3::DungeonStreamRecord::logical_end_pc = 0 |
Definition at line 68 of file dungeon_stream_allocator.h.
Referenced by yaze::zelda3::InventoryDungeonStreams(), and size().
| bool yaze::zelda3::DungeonStreamRecord::valid = false |
Definition at line 69 of file dungeon_stream_allocator.h.
Referenced by yaze::zelda3::InventoryDungeonStreams(), and size().
| std::vector<uint8_t> yaze::zelda3::DungeonStreamRecord::encoded_stream |
Definition at line 73 of file dungeon_stream_allocator.h.
Referenced by yaze::zelda3::InventoryDungeonStreams().