diff --git a/docs/_audio_device_8hpp_source.html b/docs/_audio_device_8hpp_source.html
index e55b901f..4f5c0848 100644
--- a/docs/_audio_device_8hpp_source.html
+++ b/docs/_audio_device_8hpp_source.html
@@ -3,7 +3,7 @@
-
+
raylib-cpp: AudioDevice.hpp Source File
@@ -32,10 +32,10 @@
-
+
@@ -113,23 +113,22 @@
-
- 70 #endif // RAYLIB_CPP_INCLUDE_AUDIODEVICE_HPP_
-
-All raylib-cpp classes and functions appear in the raylib namespace.
-AudioDevice & SetVolume(float volume)
Set master volume (listener).
-bool Init()
Initialize audio device and context.
-~AudioDevice()
Close the audio device and context.
-AudioDevice(bool lateInit=false)
Initialize audio device and context.
+
+
+
Audio device management functions.
void Close()
Close the audio device and context.
bool IsReady() const
Check if audio device has been initialized successfully.
+bool Init()
Initialize audio device and context.
+~AudioDevice()
Close the audio device and context.
+AudioDevice(bool lateInit=false)
Initialize audio device and context.
+AudioDevice & SetVolume(float volume)
Set master volume (listener).
Exception used for most raylib-related exceptions.
+All raylib-cpp classes and functions appear in the raylib namespace.
+