Blender V4.3
rna_material_api.cc
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2009 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#include <cstdio>
10#include <cstdlib>
11
12#include "BLI_utildefines.h"
13
14#include "RNA_define.hh"
15
16#include "DNA_material_types.h"
17
18#include "rna_internal.hh" /* own include */
19
20#ifdef RNA_RUNTIME
21
22#else
23
25{
26 // FunctionRNA *func;
27 // PropertyRNA *parm;
28}
29
30#endif
void RNA_api_material(StructRNA *)