UPDATED: raygui to latest version -WIP-
Note this new raygui version embeds ricons and `GuiTextBoxMulti()` is not working properly
This commit is contained in:
parent
a04dbe7ffd
commit
7749a2805c
4 changed files with 597 additions and 606 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue