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>

Public Attributes

const char * name
 
const char * filepath
 
const char * rom_filename
 
const char * code_folder
 
const char * labels_filename
 

Detailed Description

Primitive of a Yaze project.

Definition at line 46 of file yaze.h.

Member Data Documentation

◆ name

const char* yaze_project::name

Definition at line 47 of file yaze.h.

◆ filepath

const char* yaze_project::filepath

Definition at line 48 of file yaze.h.

Referenced by BOOST_PYTHON_MODULE(), and yaze_load_project().

◆ rom_filename

const char* yaze_project::rom_filename

Definition at line 49 of file yaze.h.

Referenced by yaze_init().

◆ code_folder

const char* yaze_project::code_folder

Definition at line 50 of file yaze.h.

◆ labels_filename

const char* yaze_project::labels_filename

Definition at line 51 of file yaze.h.


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