Blender  V3.3
BPy_ContextFunctions.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
7 #pragma once
8 
9 extern "C" {
10 #include <Python.h>
11 }
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
17 /*---------------------------Python BPy_ContextFunctions visible prototypes-----------*/
18 
19 int ContextFunctions_Init(PyObject *module);
20 
21 #ifdef __cplusplus
22 }
23 #endif
int ContextFunctions_Init(PyObject *module)
static struct PyModuleDef module
Definition: python.cpp:972