mirror of https://github.com/libsdl-org/SDL.git
parent
3ffb1a8cbd
commit
9225a421b7
|
|
@ -313,8 +313,8 @@ typedef enum SDL_EnumerationResult
|
||||||
* terminate the enumeration early, and dictate the return value of the
|
* terminate the enumeration early, and dictate the return value of the
|
||||||
* enumeration function itself.
|
* enumeration function itself.
|
||||||
*
|
*
|
||||||
* `dirname` is guaranteed to end with a path separator ('\\' on
|
* `dirname` is guaranteed to end with a path separator ('\\' on Windows, '/'
|
||||||
* Windows, '/' on most other platforms).
|
* on most other platforms).
|
||||||
*
|
*
|
||||||
* \param userdata an app-controlled pointer that is passed to the callback.
|
* \param userdata an app-controlled pointer that is passed to the callback.
|
||||||
* \param dirname the directory that is being enumerated.
|
* \param dirname the directory that is being enumerated.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue