Files
test/intern/mantaflow/extern/manta_python_API.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
339 B
C
Raw Normal View History

/* SPDX-License-Identifier: GPL-2.0-or-later
* Copyright 2016 Blender Foundation. All rights reserved. */
/** \file
* \ingroup intern_mantaflow
*/
#ifndef MANTA_PYTHON_API_H
#define MANTA_PYTHON_API_H
#include "Python.h"
#ifdef __cplusplus
extern "C" {
#endif
PyObject *Manta_initPython(void);
#ifdef __cplusplus
}
#endif
#endif