UPDATED: raygui to latest version -WIP-

Note this new raygui version embeds ricons and `GuiTextBoxMulti()` is not working properly
This commit is contained in:
Ray 2021-08-25 00:51:37 +02:00
parent a04dbe7ffd
commit 7749a2805c
4 changed files with 597 additions and 606 deletions

View file

@ -31,7 +31,7 @@ int main(void)
// Same as: Wave wave = LoadWave("sound.wav");
Wave wave = {
.data = AUDIO_DATA,
.sampleCount = AUDIO_SAMPLE_COUNT,
.frameCount = AUDIO_FRAME_COUNT,
.sampleRate = AUDIO_SAMPLE_RATE,
.sampleSize = AUDIO_SAMPLE_SIZE,
.channels = AUDIO_CHANNELS