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