NOTE: `bgl.h` was left unchanged, as it is deprecated code anyway, and its conversion to C++ does not seem immediately trivial.
14 lines
210 B
C++
14 lines
210 B
C++
/* SPDX-FileCopyrightText: 2023 Blender Authors
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
/** \file
|
|
* \ingroup pygen
|
|
*/
|
|
|
|
PyObject *BPyInit_imbuf();
|
|
|
|
extern PyTypeObject Py_ImBuf_Type;
|