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

Enhanced metadata for project tracking. More...

#include <project.h>

Public Attributes

std::string version = "2.0"
 
std::string created_by = "YAZE"
 
std::string created_date
 
std::string last_modified
 
std::string yaze_version
 
std::string description
 
std::vector< std::string > tags
 
std::string author
 
std::string license
 
bool zscream_compatible = false
 
std::string zscream_version
 

Detailed Description

Enhanced metadata for project tracking.

Definition at line 30 of file project.h.

Member Data Documentation

◆ version

std::string yaze::core::ProjectMetadata::version = "2.0"

◆ created_by

std::string yaze::core::ProjectMetadata::created_by = "YAZE"

Definition at line 32 of file project.h.

Referenced by yaze::core::YazeProject::Create().

◆ created_date

std::string yaze::core::ProjectMetadata::created_date

◆ last_modified

std::string yaze::core::ProjectMetadata::last_modified

◆ yaze_version

◆ description

◆ tags

std::vector<std::string> yaze::core::ProjectMetadata::tags

◆ author

std::string yaze::core::ProjectMetadata::author

◆ license

std::string yaze::core::ProjectMetadata::license

◆ zscream_compatible

bool yaze::core::ProjectMetadata::zscream_compatible = false

Definition at line 42 of file project.h.

◆ zscream_version

std::string yaze::core::ProjectMetadata::zscream_version

Definition at line 43 of file project.h.


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