Sync SDL3 wiki -> header
This commit is contained in:
@@ -93,11 +93,11 @@ standard comment format:
|
|||||||
* \param color What color bobble to frozzle. 0 is red, 1 is green.
|
* \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.
|
* \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
|
* \threadsafety Do not call this from two threads at once, or the bobbles
|
||||||
* won't all frozzle correctly!
|
* won't all frozzle correctly!
|
||||||
*
|
*
|
||||||
|
* \since This function is available since SDL 7.3.1.
|
||||||
|
*
|
||||||
* \sa SDL_DoSomethingElse
|
* \sa SDL_DoSomethingElse
|
||||||
*/
|
*/
|
||||||
extern DECLSPEC int SDLCALL SDL_DoSomething(int frozzlevel, int color);
|
extern DECLSPEC int SDLCALL SDL_DoSomething(int frozzlevel, int color);
|
||||||
|
|||||||
Reference in New Issue
Block a user