add option to require item descriptions instead of data

This commit is contained in:
Martin Michelsen
2023-07-06 21:58:17 -07:00
parent acfa708332
commit 97daebdf83
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ struct ItemData { // 0x14 bytes
} __attribute__((packed));
ItemData();
explicit ItemData(const std::string& orig_description);
explicit ItemData(const std::string& orig_description, bool allow_raw_data = true);
ItemData(const ItemData& other);
ItemData& operator=(const ItemData& other);