This module actually was confusing, since only a few headers were effectively still C ones (using the `extern "C"` blocks)...
12 lines
197 B
C++
12 lines
197 B
C++
/* SPDX-FileCopyrightText: 2023 Blender Authors
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
/** \file
|
|
* \ingroup pymathutils
|
|
*/
|
|
|
|
PyMODINIT_FUNC PyInit_mathutils_geometry();
|