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

Primitive of a Yaze project. More...

#include <yaze.h>

Collaboration diagram for yaze_project:

Public Attributes

const char * filename
 
z3_romrom
 
z3_overworldoverworld
 

Detailed Description

Primitive of a Yaze project.

Definition at line 77 of file yaze.h.

Member Data Documentation

◆ filename

const char* yaze_project::filename

Definition at line 78 of file yaze.h.

Referenced by BOOST_PYTHON_MODULE(), and yaze_load_project().

◆ rom

z3_rom* yaze_project::rom

Definition at line 80 of file yaze.h.

Referenced by BOOST_PYTHON_MODULE(), and yaze_load_project().

◆ overworld

z3_overworld* yaze_project::overworld

Definition at line 81 of file yaze.h.

Referenced by BOOST_PYTHON_MODULE(), and yaze_load_project().


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