Also see #103343. Pull Request: https://projects.blender.org/blender/blender/pulls/110299
22 lines
269 B
C
22 lines
269 B
C
/* SPDX-FileCopyrightText: 2023 Blender Foundation
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
/** \file
|
|
* \ingroup pygen
|
|
*/
|
|
|
|
#include <Python.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
PyObject *BPyInit_blf(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|