Blender
V3.3
source
blender
makesrna
intern
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
23
void
RNA_api_material
(
StructRNA
*
UNUSED
(srna))
24
{
25
// FunctionRNA *func;
26
// PropertyRNA *parm;
27
}
28
29
#endif
BLI_utildefines.h
UNUSED
#define UNUSED(x)
Definition:
BLI_utildefines.h:671
DNA_material_types.h
RNA_define.h
rna_internal.h
RNA_api_material
void RNA_api_material(StructRNA *UNUSED(srna))
Definition:
rna_material_api.c:23
StructRNA
Definition:
rna_internal_types.h:502
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1