Also see #103343. Pull Request: https://projects.blender.org/blender/blender/pulls/110352
21 lines
260 B
C
21 lines
260 B
C
/* SPDX-FileCopyrightText: 2023 Blender Foundation
|
|
*
|
|
* 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
|