Blender  V3.3
ED_sound.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2008 Blender Foundation. All rights reserved. */
3 
8 #pragma once
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
14 void ED_operatortypes_sound(void);
15 
16 #ifdef __cplusplus
17 }
18 #endif
void ED_operatortypes_sound(void)
Definition: sound_ops.c:876