Fix outdated references to SDL symbols in docs. Fixes #11503
This commit is contained in:
parent
465881d560
commit
97ddc9adf2
10 changed files with 22 additions and 37 deletions
|
@ -475,7 +475,6 @@ extern SDL_DECLSPEC int SDLCALL SDL_AddAtomicInt(SDL_AtomicInt *a, int v);
|
|||
* \sa SDL_CompareAndSwapAtomicU32
|
||||
* \sa SDL_GetAtomicU32
|
||||
* \sa SDL_SetAtomicU32
|
||||
* \sa SDL_AddAtomicU32
|
||||
*/
|
||||
typedef struct SDL_AtomicU32 { Uint32 value; } SDL_AtomicU32;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue