add download quest conversion function

This commit is contained in:
Martin Michelsen
2018-11-10 19:55:38 -08:00
parent 861d29fba5
commit 05d74ce496
4 changed files with 189 additions and 4 deletions
+3
View File
@@ -53,6 +53,9 @@ struct Quest {
std::shared_ptr<const std::string> bin_contents() const;
std::shared_ptr<const std::string> dat_contents() const;
std::shared_ptr<Quest> create_download_quest(
const std::string& file_basename) const;
};
struct QuestIndex {