tornavis/source/blender/python/generic/bl_math_py_api.h

21 lines
257 B
C

/* 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