tornavis/source/blender/depsgraph/DEG_depsgraph_light_linking.h

20 lines
317 B
C

/* SPDX-FileCopyrightText: 2023 Blender Authors
*
* SPDX-License-Identifier: GPL-2.0-or-later */
/** \file
* \ingroup depsgraph
*/
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
/* TODO(sergey): Functions needed to expose the receiver/emitter map to RNA. */
#ifdef __cplusplus
} /* extern "C" */
#endif