Blender
V3.3
intern
mantaflow
extern
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
Manta_initPython
PyObject * Manta_initPython(void)
Definition:
manta_python_API.cpp:11
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1