From f5400e587723e1bbefffd32298581946ea19b09c Mon Sep 17 00:00:00 2001 From: WasabiRaptor Date: Thu, 7 Mar 2024 18:06:30 -0500 Subject: improvement to iterating through patch arrays --- source/base/StarAssets.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source/base/StarAssets.hpp') diff --git a/source/base/StarAssets.hpp b/source/base/StarAssets.hpp index 0024207..37e9a6c 100644 --- a/source/base/StarAssets.hpp +++ b/source/base/StarAssets.hpp @@ -269,6 +269,7 @@ private: ByteArray read(String const& basePath) const; Json readJson(String const& basePath) const; + Json checkPatchArray(String const& path, AssetSourcePtr const& source, Json const result, JsonArray const patchData, Maybe const external) const; // Load / post process an asset and log any exception. Returns true if the // work was performed (whether successful or not), false if the work is -- cgit v1.2.3