tornavis/source/blender/python/generic/imbuf_py_api.h

22 lines
283 B
C

/* SPDX-FileCopyrightText: 2023 Blender Authors
*
* SPDX-License-Identifier: GPL-2.0-or-later */
#pragma once
/** \file
* \ingroup pygen
*/
#ifdef __cplusplus
extern "C" {
#endif
PyObject *BPyInit_imbuf(void);
extern PyTypeObject Py_ImBuf_Type;
#ifdef __cplusplus
}
#endif