Files
test2/source/blender/python/bmesh/bmesh_py_geometry.h

20 lines
261 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_geometry(void);
#ifdef __cplusplus
}
#endif