|
|
@@ -31,6 +31,8 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|
|
namespace crown
|
|
|
{
|
|
|
|
|
|
+/// @defgroup Audio Audio
|
|
|
+
|
|
|
/// Global audio-related functions
|
|
|
///
|
|
|
/// @ingroup Audio
|
|
|
@@ -50,6 +52,7 @@ struct Matrix4x4;
|
|
|
struct SoundResource;
|
|
|
typedef Id SoundInstanceId;
|
|
|
|
|
|
+/// Manages sound objects in a World.
|
|
|
///
|
|
|
/// @ingroup Audio
|
|
|
class SoundWorld
|
|
|
@@ -98,5 +101,4 @@ public:
|
|
|
static void destroy(Allocator& a, SoundWorld* sw);
|
|
|
};
|
|
|
|
|
|
-
|
|
|
} // namespace crown
|