Blender V4.5
ED_asset_handle.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
14
15#pragma once
16
17struct AssetHandle;
18namespace blender::asset_system {
20}
21
22namespace blender::ed::asset {
23
24asset_system::AssetRepresentation *handle_get_representation(const AssetHandle *asset);
25
26} // namespace blender::ed::asset
struct AssetHandle AssetHandle
asset_system::AssetRepresentation * handle_get_representation(const AssetHandle *asset)