Blender
V4.3
intern
mantaflow
extern
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
15
extern
"C"
{
16
#endif
17
18
PyObject *
Manta_initPython
(
void
);
19
20
#ifdef __cplusplus
21
}
22
#endif
23
24
#endif
Manta_initPython
PyObject * Manta_initPython(void)
Definition
manta_python_API.cpp:12
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0