Blender  V3.3
manta_python_API.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2016 Blender Foundation. All rights reserved. */
3 
8 #ifndef MANTA_PYTHON_API_H
9 #define MANTA_PYTHON_API_H
10 
11 #include "Python.h"
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
17 PyObject *Manta_initPython(void);
18 
19 #ifdef __cplusplus
20 }
21 #endif
22 
23 #endif
PyObject * Manta_initPython(void)