Skip to content

Commit

Permalink
Sync category pages
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Jun 19, 2024
1 parent 909bae7 commit 72c0a90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SDL3/CategoryAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,8 @@ probably want to look at the [API by category](APIByCategory) instead.
- [SDL_QuitSubSystem](SDL_QuitSubSystem)
- [SDL_RaiseWindow](SDL_RaiseWindow)
- [SDL_rand](SDL_rand)
- [SDL_rand_float](SDL_rand_float)
- [SDL_rand_n](SDL_rand_n)
- [SDL_rand_r](SDL_rand_r)
- [SDL_ReadIO](SDL_ReadIO)
- [SDL_ReadS16BE](SDL_ReadS16BE)
Expand Down
2 changes: 2 additions & 0 deletions SDL3/CategoryAPIFunction.md
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,8 @@ to look at the Functions section [in a specific category](APIByCategory) instead
- [SDL_QuitSubSystem](SDL_QuitSubSystem)
- [SDL_RaiseWindow](SDL_RaiseWindow)
- [SDL_rand](SDL_rand)
- [SDL_rand_float](SDL_rand_float)
- [SDL_rand_n](SDL_rand_n)
- [SDL_rand_r](SDL_rand_r)
- [SDL_ReadIO](SDL_ReadIO)
- [SDL_ReadS16BE](SDL_ReadS16BE)
Expand Down
2 changes: 2 additions & 0 deletions SDL3/CategoryStdinc.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ runtime equivalents, but with an SDL_ prefix.
- [SDL_pow](SDL_pow)
- [SDL_powf](SDL_powf)
- [SDL_rand](SDL_rand)
- [SDL_rand_float](SDL_rand_float)
- [SDL_rand_n](SDL_rand_n)
- [SDL_rand_r](SDL_rand_r)
- [SDL_round](SDL_round)
- [SDL_roundf](SDL_roundf)
Expand Down

0 comments on commit 72c0a90

Please sign in to comment.