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

22 lines
266 B
C

/* SPDX-FileCopyrightText: 2023 Blender Authors
*
* 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