Blender V4.5
asset_handle.cc
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
10
11#include "DNA_space_types.h"
12
13#include "ED_fileselect.hh"
14
15#include "ED_asset_handle.hh"
16
17namespace blender::ed::asset {
18
23
24} // namespace blender::ed::asset
Main runtime representation of an asset.
asset_system::AssetRepresentation * handle_get_representation(const AssetHandle *asset)