add dv::merge & update EnginePaths::readCombinedObject

This commit is contained in:
MihailRis
2025-02-20 22:08:09 +03:00
parent 12105c2933
commit 84d5b5d1a8
5 changed files with 52 additions and 6 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ public:
/// @param file *.json file path relative to entry point
dv::value readCombinedList(const std::string& file) const;
dv::value readCombinedObject(const std::string& file) const;
dv::value readCombinedObject(const std::string& file, bool deep=false) const;
const io::path& getMainRoot() const;