Blender  V3.3
lib_intern.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2018 Blender Foundation. All rights reserved. */
3 
8 #pragma once
9 
11 
void(* BKE_library_remap_editor_id_reference_cb)(const struct IDRemapper *mappings)
void(* BKE_library_free_notifier_reference_cb)(const void *)
BKE_library_remap_editor_id_reference_cb remap_editor_id_reference_cb
Definition: lib_remap.c:46
BKE_library_free_notifier_reference_cb free_notifier_reference_cb
Definition: lib_remap.c:39