Blender
V4.3
intern
audaspace
intern
AUD_PyInit.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2009-2011 Jörg Hermann Müller
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
9
#ifndef __AUD_PYINIT_H__
10
#define __AUD_PYINIT_H__
11
12
#ifdef WITH_PYTHON
13
# include "Python.h"
14
15
# ifdef __cplusplus
16
extern
"C"
{
17
# endif
18
22
extern
PyObject *
AUD_initPython
(
void
);
23
24
# ifdef __cplusplus
25
}
26
# endif
27
28
#endif
29
30
#endif
//__AUD_PYINIT_H__
AUD_initPython
PyObject * AUD_initPython(void)
Definition
AUD_PyInit.cpp:51
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0