]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/content/content.h
Deprecate game.conf name, use title instead (#12030)
[dragonfireclient.git] / src / content / content.h
index e246ed4113cf1b35b72b0e0d18be5e93515ffe20..ce09a2eb9c081cda3fb8f079bd86a24ffef39830 100644 (file)
@@ -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;
 };