Blender  V3.3
ED_userpref.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
7 #pragma once
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
13 void ED_operatortypes_userpref(void);
14 
15 #ifdef __cplusplus
16 }
17 #endif
void ED_operatortypes_userpref(void)
Definition: userpref_ops.c:264