/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ /** * \file * \ingroup pygen */ #pragma once #ifdef __cplusplus extern "C" { #endif PyMODINIT_FUNC BPyInit_bl_math(void); #ifdef __cplusplus } #endif