| 354 | } |
| 355 | |
| 356 | void CookingData::AddRootEngineAsset(const String& internalPath) |
| 357 | { |
| 358 | const String path = Globals::EngineContentFolder / internalPath + ASSET_FILES_EXTENSION_WITH_DOT; |
| 359 | AssetInfo info; |
| 360 | if (Content::GetAssetInfo(path, info)) |
| 361 | { |
| 362 | RootAssets.Add(info.ID); |
| 363 | } |
| 364 | } |
| 365 | |
| 366 | void CookingData::Error(const StringView& msg) |
| 367 | { |