Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bpy_rna_types_capi.h « intern « python « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1af7953c3b1af4478c61dc0c812d2fdd86c3aa80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0-or-later */

/** \file
 * \ingroup pythonintern
 */

#pragma once

#ifdef __cplusplus
extern "C" {
#endif

void BPY_rna_types_extend_capi(void);

#ifdef __cplusplus
}
#endif