Files
test2/source/blender/python/bmesh/bmesh_py_api.h
2023-07-21 02:18:59 +02:00

20 lines
252 B
C

/* SPDX-FileCopyrightText: 2012 Blender Foundation
*
* SPDX-License-Identifier: GPL-2.0-or-later */
/** \file
* \ingroup pybmesh
*/
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
PyObject *BPyInit_bmesh(void);
#ifdef __cplusplus
}
#endif