-
-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Right now it looks like this:
SNDDECLSPEC Sound_Sample * SDLCALL Sound_NewSample(SDL_RWops *rw,
const char *ext,
Sound_AudioInfo *desired,
Uint32 bufferSize);
...but that desired
argument isn't modified (the desired and obtained values are both available in the returned Sound_Sample, not set in the desired
struct), so this should be const.
I have to double-check this is actually true, but this is likely a mistake from the year 2000. :)
Metadata
Metadata
Assignees
Labels
No labels