Blender  V3.3
rna_material_api.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2009 Blender Foundation. All rights reserved. */
3 
8 #include <stdio.h>
9 #include <stdlib.h>
10 
11 #include "BLI_utildefines.h"
12 
13 #include "RNA_define.h"
14 
15 #include "DNA_material_types.h"
16 
17 #include "rna_internal.h" /* own include */
18 
19 #ifdef RNA_RUNTIME
20 
21 #else
22 
24 {
25  // FunctionRNA *func;
26  // PropertyRNA *parm;
27 }
28 
29 #endif
#define UNUSED(x)
void RNA_api_material(StructRNA *UNUSED(srna))