Files
test/source/blender/python/bmesh/bmesh_py_ops.h

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