Blender V4.3
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
13extern "C" {
14#endif
15
16struct Main;
17
18void *BKE_speaker_add(struct Main *bmain, const char *name);
19
20#ifdef __cplusplus
21}
22#endif
void * BKE_speaker_add(struct Main *bmain, const char *name)
Definition speaker.cc:81