| 1011 | #endif |
| 1012 | |
| 1013 | void Plasma::addAssetPathContainingFile(const string& filePath) |
| 1014 | { |
| 1015 | string directory = filesystem::path(filePath).parent_path().u8string(); |
| 1016 | if (directory.empty()) |
| 1017 | return; |
| 1018 | addAssetPath(directory + "/"); |
| 1019 | } |
| 1020 | |
| 1021 | void Plasma::addAssetPath(const string& filePath) |
| 1022 | { |