| 684 | } |
| 685 | |
| 686 | FLAXENGINE_API Asset* LoadAsset(const Guid& id, const ScriptingTypeHandle& type) |
| 687 | { |
| 688 | return Content::LoadAsync(id, type); |
| 689 | } |
| 690 | |
| 691 | Asset* Content::LoadAsync(const StringView& path, const MClass* type) |
| 692 | { |
no test coverage detected