summaryrefslogtreecommitdiff
path: root/src/audio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio.c')
-rw-r--r--src/audio.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/audio.c b/src/audio.c
index f1ef460..0b793b2 100644
--- a/src/audio.c
+++ b/src/audio.c
@@ -4,7 +4,7 @@
#include "lua_core.h"
/*
-## Audio - Audio device management
+## Audio - Audio device management functions
*/
/*
@@ -21,7 +21,7 @@ int laudioSetMasterVolume( lua_State *L ) {
}
/*
-## Audio - Wave/Sound Loading
+## Audio - Wave/Sound loading/unloading functions
*/
/*
@@ -166,7 +166,7 @@ int laudioExportWaveAsCode( lua_State *L ) {
}
/*
-## Audio - Wave/Sound management
+## Audio - Wave/Sound management functions
*/
/*
@@ -325,7 +325,7 @@ int laudioWaveCrop( lua_State *L ) {
}
/*
-## Audio - Music management
+## Audio - Music management functions
*/
/*