Blender V4.5
ED_asset_import.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
11struct ID;
12struct Main;
13namespace blender::asset_system {
15}
16
17namespace blender::ed::asset {
18
23ID *asset_local_id_ensure_imported(Main &bmain, const asset_system::AssetRepresentation &asset);
24
25} // namespace blender::ed::asset
struct ID ID
ID * asset_local_id_ensure_imported(Main &bmain, const asset_system::AssetRepresentation &asset)
Definition DNA_ID.h:404