Files
test2/source/blender/python/intern/bpy_rna_text.h
2022-05-19 11:17:01 +10:00

19 lines
286 B
C

/* SPDX-License-Identifier: GPL-2.0-or-later */
/** \file
* \ingroup pythonintern
*/
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
extern PyMethodDef BPY_rna_region_as_string_method_def;
extern PyMethodDef BPY_rna_region_from_string_method_def;
#ifdef __cplusplus
}
#endif