yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
z3_rom Struct Reference

Primitive of a Zelda3 ROM. More...

#include <yaze.h>

Public Attributes

const char * filename
 
const uint8_t * data
 
size_t size
 
void * impl
 

Detailed Description

Primitive of a Zelda3 ROM.

Definition at line 89 of file yaze.h.

Member Data Documentation

◆ filename

const char* z3_rom::filename

Definition at line 90 of file yaze.h.

Referenced by BOOST_PYTHON_MODULE(), and yaze_load_rom().

◆ data

const uint8_t* z3_rom::data

Definition at line 91 of file yaze.h.

Referenced by BOOST_PYTHON_MODULE(), and yaze_load_rom().

◆ size

size_t z3_rom::size

Definition at line 92 of file yaze.h.

Referenced by BOOST_PYTHON_MODULE(), and yaze_load_rom().

◆ impl

void* z3_rom::impl

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