We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6365b commit c62468bCopy full SHA for c62468b
include/SDL3_mixer/SDL_mixer.h
@@ -202,7 +202,7 @@ typedef struct MIX_Group MIX_Group;
202
#define MIX_MAJOR_VERSION 3
203
204
/**
205
- * The current minor version of the SDL headers.
+ * The current minor version of the SDL_mixer headers.
206
*
207
* If this were SDL_mixer version 3.2.1, this value would be 2.
208
@@ -211,7 +211,7 @@ typedef struct MIX_Group MIX_Group;
211
#define MIX_MINOR_VERSION 0
212
213
214
- * The current micro (or patchlevel) version of the SDL headers.
+ * The current micro (or patchlevel) version of the SDL_mixer headers.
215
216
* If this were SDL_mixer version 3.2.1, this value would be 1.
217
0 commit comments