| 5 | namespace AssetImporter { |
| 6 | |
| 7 | struct ImportTableAsset { |
| 8 | String outputPath; |
| 9 | bool enableAutoImport; |
| 10 | u64 lastImportTime; |
| 11 | u8 importFormat; |
| 12 | }; |
| 13 | |
| 14 | struct AssetImportTable { |
| 15 | Arena* pArena; |
nothing calls this directly
no outgoing calls
no test coverage detected