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 623ef30 commit 2463fa9Copy full SHA for 2463fa9
include/SDL3_mixer/SDL_mixer.h
@@ -230,7 +230,7 @@ typedef enum Mix_MusicType {
230
/**
231
* The internal format for a music chunk interpreted via codecs
232
*/
233
-typedef struct _Mix_Music Mix_Music;
+typedef struct Mix_Music Mix_Music;
234
235
236
* Open an audio device for playback.
src/music.c
@@ -60,7 +60,7 @@ static int music_volume = MIX_MAX_VOLUME;
60
static Mix_Music *music_playing = NULL;
61
SDL_AudioSpec music_spec;
62
63
-struct _Mix_Music {
+struct Mix_Music {
64
Mix_MusicInterface *interface;
65
void *context;
66
0 commit comments