Blender V4.3
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
16extern "C" {
17# endif
18
22extern PyObject *AUD_initPython(void);
23
24# ifdef __cplusplus
25}
26# endif
27
28#endif
29
30#endif //__AUD_PYINIT_H__
PyObject * AUD_initPython(void)