Blender V5.0
bl_math_py_api.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9
10#pragma once
11
12#include <Python.h>
13
14PyMODINIT_FUNC BPyInit_bl_math();
PyMODINIT_FUNC BPyInit_bl_math()