From 56caa8e66cadf42bc132392a98200e3fb22c0794 Mon Sep 17 00:00:00 2001 From: wbenke <24305485+wbenke@users.noreply.github.com> Date: Wed, 4 May 2022 08:47:04 -0700 Subject: Updated InitAudioStream to LoadAudioStream --- cheatsheet/raylib_audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheatsheet/raylib_audio.c b/cheatsheet/raylib_audio.c index 8204649..83e3e65 100644 --- a/cheatsheet/raylib_audio.c +++ b/cheatsheet/raylib_audio.c @@ -1,6 +1,6 @@ // Audio device management functions - void InitAudioDevice(void); // Initialize audio device and context + void LoadAudioStream(void); // Initialize audio device and context void CloseAudioDevice(void); // Close the audio device and context bool IsAudioDeviceReady(void); // Check if audio device has been initialized successfully void SetMasterVolume(float volume); // Set master volume (listener) -- cgit v1.2.3 From d61d982b15d3dcaa6d99541c90dfda89405ab2a6 Mon Sep 17 00:00:00 2001 From: VantaTree <82938904+VantaTree@users.noreply.github.com> Date: Sat, 7 May 2022 23:42:58 +0300 Subject: added link to raylib.h file --- cheatsheet/cheatsheet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheatsheet/cheatsheet.html b/cheatsheet/cheatsheet.html index e238ad4..f2febe3 100644 --- a/cheatsheet/cheatsheet.html +++ b/cheatsheet/cheatsheet.html @@ -127,7 +127,7 @@
A simple and easy-to-use library to enjoy videogames programming
-[raylib Discord server][github.com/raysan5/raylib]
+[raylib Discord server][github.com/raysan5/raylib][raylib.h]
v4.0 quick reference card [download as PDF]