diff --git a/d3/d5a/VPK_8h_source.html b/d3/d5a/VPK_8h_source.html index 63ebf324f..03bcc4e10 100644 --- a/d3/d5a/VPK_8h_source.html +++ b/d3/d5a/VPK_8h_source.html @@ -179,11 +179,11 @@
62  // Accepts the full entry path (parent directory + filename), returns saveToDir and preloadBytes
63  using EntryCreationCallback = std::function<std::tuple<bool, uint32_t>(const std::string& fullEntryPath)>;
64 
-
66  [[nodiscard]] static std::unique_ptr<PackFile> createEmpty(const std::string& path, PackFileOptions options = {});
+
66  static std::unique_ptr<PackFile> createEmpty(const std::string& path, PackFileOptions options = {});
67 
-
69  [[nodiscard]] static std::unique_ptr<PackFile> createFromDirectory(const std::string& vpkPath, const std::string& contentPath, bool saveToDir = false, PackFileOptions options = {}, const Callback& bakeCallback = nullptr);
+
69  static std::unique_ptr<PackFile> createFromDirectory(const std::string& vpkPath, const std::string& contentPath, bool saveToDir = false, PackFileOptions options = {}, const Callback& bakeCallback = nullptr);
70 
-
72  [[nodiscard]] static std::unique_ptr<PackFile> createFromDirectoryProcedural(const std::string& vpkPath, const std::string& contentPath, const EntryCreationCallback& creationCallback, PackFileOptions options = {}, const Callback& bakeCallback = nullptr);
+
72  static std::unique_ptr<PackFile> createFromDirectoryProcedural(const std::string& vpkPath, const std::string& contentPath, const EntryCreationCallback& creationCallback, PackFileOptions options = {}, const Callback& bakeCallback = nullptr);
73 
75  [[nodiscard]] static std::unique_ptr<PackFile> open(const std::string& path, PackFileOptions options = {}, const Callback& callback = nullptr);
76