summaryrefslogtreecommitdiffhomepage
path: root/cheatsheet/raylib_audio.c
diff options
context:
space:
mode:
authorJacob Reckhard <[email protected]>2022-08-22 18:33:01 -0600
committerJacob Reckhard <[email protected]>2022-08-22 18:33:01 -0600
commit05af9d91093997bda24410faa715c99066fbf620 (patch)
treecfd54420846b23bd38e07403bf11639aff4240ce /cheatsheet/raylib_audio.c
parentfd154fd8e8414760cb96a2eeb4c3a7dee02d5482 (diff)
downloadraylib.com-05af9d91093997bda24410faa715c99066fbf620.tar.gz
raylib.com-05af9d91093997bda24410faa715c99066fbf620.zip
added cheatsheet generator
Diffstat (limited to 'cheatsheet/raylib_audio.c')
-rw-r--r--cheatsheet/raylib_audio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cheatsheet/raylib_audio.c b/cheatsheet/raylib_audio.c
index 04cd084..c0381ed 100644
--- a/cheatsheet/raylib_audio.c
+++ b/cheatsheet/raylib_audio.c
@@ -1,4 +1,3 @@
-
// Audio device management functions
void InitAudioDevice(void); // Initialize audio device and context
void CloseAudioDevice(void); // Close the audio device and context