Skip to content

Commit 19d4cec

Browse files
committed
Sync SDL3_mixer header -> wiki
1 parent da47fb4 commit 19d4cec

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

SDL3_mixer/MIX_MICRO_VERSION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
###### (This function is part of SDL_mixer, a separate library from SDL.)
22
# MIX_MICRO_VERSION
33

4-
The current micro (or patchlevel) version of the SDL headers.
4+
The current micro (or patchlevel) version of the SDL_mixer headers.
55

66
## Header File
77

SDL3_mixer/MIX_MINOR_VERSION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
###### (This function is part of SDL_mixer, a separate library from SDL.)
22
# MIX_MINOR_VERSION
33

4-
The current minor version of the SDL headers.
4+
The current minor version of the SDL_mixer headers.
55

66
## Header File
77

SDL3_mixer/QuickReference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ the fancy Unicode section headers, try using
2828
// ╚═════╝ ╚═════╝ ╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚═╝ ╚═╝
2929

3030
#define MIX_MAJOR_VERSION // The current major version of SDL_mixer headers.
31-
#define MIX_MINOR_VERSION // The current minor version of the SDL headers.
32-
#define MIX_MICRO_VERSION // The current micro (or patchlevel) version of the SDL headers.
31+
#define MIX_MINOR_VERSION // The current minor version of the SDL_mixer headers.
32+
#define MIX_MICRO_VERSION // The current micro (or patchlevel) version of the SDL_mixer headers.
3333
#define MIX_VERSION // This is the version number macro for the current SDL_mixer version.
3434
int MIX_GetVersion(void); // Get the version of SDL_mixer that is linked against your program.
3535
bool MIX_Init(void); // Initialize the SDL_mixer library.

SDL3_mixer/QuickReferenceNoUnicode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ fancy Unicode section headers, try using
2727
// XXXXXX XXXXXX XXXXXXX XX XX XX XX XX XXXXXXX XX XX
2828

2929
#define MIX_MAJOR_VERSION // The current major version of SDL_mixer headers.
30-
#define MIX_MINOR_VERSION // The current minor version of the SDL headers.
31-
#define MIX_MICRO_VERSION // The current micro (or patchlevel) version of the SDL headers.
30+
#define MIX_MINOR_VERSION // The current minor version of the SDL_mixer headers.
31+
#define MIX_MICRO_VERSION // The current micro (or patchlevel) version of the SDL_mixer headers.
3232
#define MIX_VERSION // This is the version number macro for the current SDL_mixer version.
3333
int MIX_GetVersion(void); // Get the version of SDL_mixer that is linked against your program.
3434
bool MIX_Init(void); // Initialize the SDL_mixer library.

0 commit comments

Comments
 (0)