We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0968b18 commit e91d481Copy full SHA for e91d481
units/sdlaudio.inc
@@ -822,7 +822,7 @@ function SDL_LoadWAV_RW(src: PSDL_RWops;
822
* Loads a WAV from a file.
823
* Compatibility convenience function.
824
*}
825
-function SDL_LoadWAV(_file: PAnsiChar; spec: PSDL_AudioSpec; audio_buf: ppcuint8; audio_len: pcuint32): PSDL_AudioSpec;
+function SDL_LoadWAV(file_: PAnsiChar; spec: PSDL_AudioSpec; audio_buf: ppcuint8; audio_len: pcuint32): PSDL_AudioSpec;
826
827
{**
828
* Free data previously allocated with SDL_LoadWAV() or SDL_LoadWAV_RW().
0 commit comments