Blender  V3.3
BKE_speaker.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #pragma once
4 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
14 struct Main;
15 
16 void *BKE_speaker_add(struct Main *bmain, const char *name);
17 
18 #ifdef __cplusplus
19 }
20 #endif
void * BKE_speaker_add(struct Main *bmain, const char *name)
Definition: speaker.c:109
Definition: BKE_main.h:121