Blender  V3.3
AUD_PyInit.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2009-2011 Jörg Hermann Müller. */
3 
8 #ifndef __AUD_PYINIT_H__
9 #define __AUD_PYINIT_H__
10 
11 #ifdef WITH_PYTHON
12 # include "Python.h"
13 
14 # ifdef __cplusplus
15 extern "C" {
16 # endif
17 
21 extern PyObject *AUD_initPython(void);
22 
23 # ifdef __cplusplus
24 }
25 # endif
26 
27 #endif
28 
29 #endif //__AUD_PYINIT_H__
PyObject * AUD_initPython(void)
Definition: AUD_PyInit.cpp:50