diff options
Diffstat (limited to 'src/content/content.h')
-rw-r--r-- | src/content/content.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/content/content.h b/src/content/content.h index e246ed411..ce09a2eb9 100644 --- a/src/content/content.h +++ b/src/content/content.h @@ -27,7 +27,14 @@ struct ContentSpec std::string type; std::string author; u32 release = 0; + + /// Technical name / Id std::string name; + + /// Human-readable title + std::string title; + + /// Short description std::string desc; std::string path; }; |