|
@@ -32,6 +32,8 @@ namespace crown
|
|
|
{
|
|
{
|
|
|
|
|
|
|
|
/// Global audio-related functions
|
|
/// Global audio-related functions
|
|
|
|
|
+///
|
|
|
|
|
+/// @ingroup Audio
|
|
|
namespace audio_system
|
|
namespace audio_system
|
|
|
{
|
|
{
|
|
|
/// Initializes the audio system.
|
|
/// Initializes the audio system.
|
|
@@ -48,6 +50,8 @@ struct Matrix4x4;
|
|
|
struct SoundResource;
|
|
struct SoundResource;
|
|
|
typedef Id SoundInstanceId;
|
|
typedef Id SoundInstanceId;
|
|
|
|
|
|
|
|
|
|
+///
|
|
|
|
|
+/// @ingroup Audio
|
|
|
class SoundWorld
|
|
class SoundWorld
|
|
|
{
|
|
{
|
|
|
public:
|
|
public:
|