Blender  V3.3
BPy_Freestyle.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
7 #pragma once
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
13 #include <Python.h>
14 
16 
17 /*---------------------------Python BPy_Freestyle visible prototypes-----------*/
18 
19 PyObject *Freestyle_Init(void);
20 
22 
23 #ifdef __cplusplus
24 }
25 #endif
PyObject * Freestyle_Init(void)