14 lines
250 B
C++
14 lines
250 B
C++
/* SPDX-FileCopyrightText: 2023 Blender Authors
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
/** \file
|
|
* \ingroup pythonintern
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
int BPY_rna_data_context_type_ready(void);
|
|
|
|
extern PyMethodDef BPY_rna_data_context_method_def;
|