2022-04-13 16:40:07 +10:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
|
|
|
|
|
|
/** \file
|
|
|
|
|
* \ingroup pythonintern
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
extern PyMethodDef BPY_rna_context_temp_override_method_def;
|
|
|
|
|
|
2022-04-26 16:48:34 +10:00
|
|
|
void bpy_rna_context_types_init(void);
|
|
|
|
|
|
2022-04-13 16:40:07 +10:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|