Options for ASM import from music_macros.asm format. More...
#include <asm_importer.h>
Public Attributes | |
| bool | strict_mode = false |
| bool | resolve_subroutines = true |
| bool | verbose_errors = true |
Options for ASM import from music_macros.asm format.
Definition at line 20 of file asm_importer.h.
| bool yaze::zelda3::music::AsmImportOptions::strict_mode = false |
Definition at line 21 of file asm_importer.h.
Referenced by yaze::editor::MusicEditor::ImportAsmBufferToSong(), yaze::zelda3::music::AsmImporter::ImportSong(), and yaze::zelda3::music::AsmImporter::ParseMacro().
| bool yaze::zelda3::music::AsmImportOptions::resolve_subroutines = true |
Definition at line 22 of file asm_importer.h.
| bool yaze::zelda3::music::AsmImportOptions::verbose_errors = true |
Definition at line 23 of file asm_importer.h.
Referenced by yaze::editor::MusicEditor::ImportAsmBufferToSong(), yaze::zelda3::music::AsmImporter::ParseDataBytes(), and yaze::zelda3::music::AsmImporter::ParseLine().