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 3174cba commit 72c6405Copy full SHA for 72c6405
include/SDL_mixer.h
@@ -266,7 +266,7 @@ typedef enum Mix_MusicType {
266
/**
267
* The internal format for a music chunk interpreted via codecs
268
*/
269
-typedef struct _Mix_Music Mix_Music;
+typedef struct Mix_Music Mix_Music;
270
271
272
* Open the default audio device for playback.
src/music.c
@@ -60,7 +60,7 @@ static int music_volume = MIX_MAX_VOLUME;
60
static Mix_Music * volatile 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