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/imbuf_py_api.h

12 lines
163 B
C++
Raw Normal View History

/* SPDX-License-Identifier: GPL-2.0-or-later */
#pragma once
/** \file
* \ingroup pygen
*/
PyObject *BPyInit_imbuf(void);
2018-08-01 08:57:31 +10:00
extern PyTypeObject Py_ImBuf_Type;