mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Reviewed code TODOs
This commit is contained in:
@ -280,9 +280,9 @@ Sound LoadSoundFromWave(Wave wave)
|
||||
}
|
||||
|
||||
// Load sound to memory from rRES file (raylib Resource)
|
||||
// TODO: Maybe rresName could be directly a char array with all the data?
|
||||
Sound LoadSoundFromRES(const char *rresName, int resId)
|
||||
{
|
||||
// NOTE: rresName could be directly a char array with all the data!!! --> TODO
|
||||
Sound sound = { 0 };
|
||||
|
||||
#if defined(AUDIO_STANDALONE)
|
||||
|
||||
Reference in New Issue
Block a user