Blender  V3.3
imbuf_py_api.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #pragma once
4 
9 PyObject *BPyInit_imbuf(void);
10 
11 extern PyTypeObject Py_ImBuf_Type;
PyTypeObject Py_ImBuf_Type
Definition: imbuf_py_api.c:349
PyObject * BPyInit_imbuf(void)
Definition: imbuf_py_api.c:579