mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Sync SDL3 wiki -> header
This commit is contained in:
parent
2066ee08c9
commit
f9876b6b5c
1 changed files with 2 additions and 2 deletions
|
|
@ -93,11 +93,11 @@ standard comment format:
|
|||
* \param color What color bobble to frozzle. 0 is red, 1 is green.
|
||||
* \returns the number of bobbles that were actually frozzled, -1 on error.
|
||||
*
|
||||
* \since This function is available since SDL 7.3.1.
|
||||
*
|
||||
* \threadsafety Do not call this from two threads at once, or the bobbles
|
||||
* won't all frozzle correctly!
|
||||
*
|
||||
* \since This function is available since SDL 7.3.1.
|
||||
*
|
||||
* \sa SDL_DoSomethingElse
|
||||
*/
|
||||
extern DECLSPEC int SDLCALL SDL_DoSomething(int frozzlevel, int color);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue