Blender
V4.3
source
blender
blenkernel
BKE_speaker.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2023 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
5
#pragma once
6
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
16
struct
Main
;
17
18
void
*
BKE_speaker_add
(
struct
Main
*bmain,
const
char
*name);
19
20
#ifdef __cplusplus
21
}
22
#endif
BKE_speaker_add
void * BKE_speaker_add(struct Main *bmain, const char *name)
Definition
speaker.cc:81
Main
Definition
BKE_main.hh:122
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0