Blender V4.3
lib_intern.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2018 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
11#include "BKE_lib_remap.hh"
12
14
16
17struct ID;
18struct Main;
19
23void lib_id_copy_ensure_local(Main *bmain, const ID *old_id, ID *new_id, const int flags);
void(*)(const blender::bke::id::IDRemapper &mappings) BKE_library_remap_editor_id_reference_cb
void(*)(const void *) BKE_library_free_notifier_reference_cb
BKE_library_remap_editor_id_reference_cb remap_editor_id_reference_cb
Definition lib_remap.cc:52
void lib_id_copy_ensure_local(Main *bmain, const ID *old_id, ID *new_id, const int flags)
Definition lib_id.cc:480
BKE_library_free_notifier_reference_cb free_notifier_reference_cb
Definition lib_remap.cc:45
Definition DNA_ID.h:413