yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::core::FeatureFlag Struct Reference

A compile-time feature flag. More...

#include <hack_manifest.h>

Public Attributes

std::string name
 
int value
 
bool enabled
 
std::string source
 

Detailed Description

A compile-time feature flag.

Definition at line 75 of file hack_manifest.h.

Member Data Documentation

◆ name

std::string yaze::core::FeatureFlag::name

Definition at line 76 of file hack_manifest.h.

Referenced by yaze::core::HackManifest::LoadFromString().

◆ value

int yaze::core::FeatureFlag::value

Definition at line 77 of file hack_manifest.h.

Referenced by yaze::core::HackManifest::LoadFromString().

◆ enabled

bool yaze::core::FeatureFlag::enabled

Definition at line 78 of file hack_manifest.h.

Referenced by yaze::core::HackManifest::LoadFromString().

◆ source

std::string yaze::core::FeatureFlag::source

Definition at line 79 of file hack_manifest.h.

Referenced by yaze::core::HackManifest::LoadFromString().


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