From d876cd0b106544c0a0af28f458fdd10c8b2f9a52 Mon Sep 17 00:00:00 2001 From: kin-fuyuki Date: Tue, 24 Feb 2026 00:02:38 -0300 Subject: [PATCH] doin main menu. loading menu will come out today! --- include/raylib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/raylib.h b/include/raylib.h index 9b1645c4..510ef8a5 100644 --- a/include/raylib.h +++ b/include/raylib.h @@ -502,6 +502,7 @@ typedef struct AudioStream { unsigned int sampleRate; // Frequency (samples per second) unsigned int sampleSize; // Bit depth (bits per sample): 8, 16, 32 (24 not supported) + unsigned int channels; // Number of channels (1-mono, 2-stereo, ...) } AudioStream;