Fixed parse exceptions and improved assets with path and variable name

This commit is contained in:
Gene Payne
2020-09-16 21:06:46 -06:00
parent 831bf87d0c
commit 180cddfaa3
17 changed files with 274 additions and 156 deletions

View File

@@ -141,7 +141,7 @@ public:
void setIgnoreUpdates(bool ignoreUpdates);
/// Adds a new asset and checks for duplicates
void addAsset(const std::string& path);
void addAsset(const std::string& path, const std::string& varName = "");
/// Removes an asset
void removeAsset(const std::string& path);