Files
test/source/blender/python/generic/imbuf_py_api.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
283 B
C
Raw Normal View History

/* 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);
2018-08-01 08:57:31 +10:00
extern PyTypeObject Py_ImBuf_Type;
#ifdef __cplusplus
}
#endif