Files
test/source/blender/python/generic/blf_py_api.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
266 B
C
Raw Normal View History

/* SPDX-FileCopyrightText: 2023 Blender Authors
*
* SPDX-License-Identifier: GPL-2.0-or-later */
#pragma once
/** \file
* \ingroup pygen
2011-02-27 20:10:08 +00:00
*/
#include <Python.h>
#ifdef __cplusplus
extern "C" {
#endif
PyObject *BPyInit_blf(void);
#ifdef __cplusplus
}
#endif