#include <string>#include <vector>#include "absl/status/status.h"

Go to the source code of this file.
Classes | |
| struct | yaze::core::PatchParameter |
| Represents a configurable parameter within an ASM patch. More... | |
| class | yaze::core::AsmPatch |
| Represents a ZScream-compatible ASM patch file. More... | |
Namespaces | |
| namespace | yaze |
| namespace | yaze::core |
Enumerations | |
| enum class | yaze::core::PatchParameterType { yaze::core::kByte , yaze::core::kWord , yaze::core::kLong , yaze::core::kBool , yaze::core::kChoice , yaze::core::kBitfield , yaze::core::kItem } |
| Parameter types supported by ZScream-compatible ASM patches. More... | |