Merge branch 'patch-3' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-patch-3
This commit is contained in:
@@ -37,6 +37,5 @@ public class Content : EngineModule
|
||||
files.AddRange(Directory.GetFiles(Path.Combine(FolderPath, "Assets"), "*.h", SearchOption.TopDirectoryOnly));
|
||||
files.AddRange(Directory.GetFiles(Path.Combine(FolderPath, "Cache"), "*.h", SearchOption.TopDirectoryOnly));
|
||||
files.AddRange(Directory.GetFiles(Path.Combine(FolderPath, "Storage"), "*.h", SearchOption.TopDirectoryOnly));
|
||||
files.Add(Path.Combine(FolderPath, "Utilities/AssetsContainer.h"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user