data: Macro handling
Macros have now edges from Files where they are usesd
This commit is contained in:
@@ -63,6 +63,7 @@ FileInfo FileSystem::getFileInfoForPath(FilePath filePath)
|
||||
return FileInfo();
|
||||
}
|
||||
|
||||
|
||||
std::vector<FileInfo> FileSystem::getFileInfosFromPaths(
|
||||
const std::vector<FilePath>& paths, const std::vector<std::string>& fileExtensions
|
||||
){
|
||||
|
||||
Reference in New Issue
Block a user