diff options
author | WasabiRaptor <ketchupraptor@gmail.com> | 2024-03-07 18:06:30 -0500 |
---|---|---|
committer | WasabiRaptor <ketchupraptor@gmail.com> | 2024-03-07 18:06:30 -0500 |
commit | f5400e587723e1bbefffd32298581946ea19b09c (patch) | |
tree | 4625c64f0ec6e591f163171e3b07ee58d620af75 /source/base/StarAssets.hpp | |
parent | 89fe1bf15bc458df6c63f1aaeac42a4883efbfd5 (diff) |
improvement to iterating through patch arrays
Diffstat (limited to 'source/base/StarAssets.hpp')
-rw-r--r-- | source/base/StarAssets.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<Json> 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 |