1//************************************ bs::framework - Copyright 2018 Marko Pintera **************************************//
2//*********** Licensed under the MIT license. See LICENSE.md for full terms. This notice is not to be removed. ***********//
3#pragma once
4
5#include "BsCorePrerequisites.h"
6
7namespace bs
8{
9 class OAAudioListener;
10 class OAAudioSource;
11}
12
13/** @addtogroup Plugins
14 * @{
15 */
16
17/** @defgroup OpenAudio bsfOpenAudio
18 * Open source audio implementation using OpenAL, libFLAC and libvorbis.
19 */
20
21/** @} */