A custom SRAM variable definition. More...
#include <hack_manifest.h>
Public Attributes | |
| std::string | name |
| uint32_t | address |
| std::string | purpose |
A custom SRAM variable definition.
Definition at line 85 of file hack_manifest.h.
| std::string yaze::core::SramVariable::name |
Definition at line 86 of file hack_manifest.h.
Referenced by yaze::editor::SramViewerPanel::DrawVariableRow(), and yaze::core::HackManifest::LoadFromString().
| uint32_t yaze::core::SramVariable::address |
Definition at line 87 of file hack_manifest.h.
Referenced by yaze::editor::SramViewerPanel::DrawVariableRow(), and yaze::core::HackManifest::LoadFromString().
| std::string yaze::core::SramVariable::purpose |
Definition at line 88 of file hack_manifest.h.
Referenced by yaze::editor::SramViewerPanel::DrawVariableRow(), and yaze::core::HackManifest::LoadFromString().