Blender V5.0
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
8
9#include <cstdlib>
10
11#include "rna_internal.hh" /* own include */
12
13#ifdef RNA_RUNTIME
14
15#else
16
18{
19 // FunctionRNA *func;
20 // PropertyRNA *parm;
21}
22
23#endif
void RNA_api_material(StructRNA *)