kinda mandatory

This commit is contained in:
honzapatCZ
2021-03-03 18:32:52 +01:00
parent 9c80354acf
commit e04f482e52

View File

@@ -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"));
}
}