This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/python/generic/blf_py_api.h

12 lines
146 B
C++
Raw Normal View History

/* SPDX-License-Identifier: GPL-2.0-or-later */
#pragma once
/** \file
* \ingroup pygen
2011-02-27 20:10:08 +00:00
*/
#include <Python.h>
PyObject *BPyInit_blf(void);