common: Add a user_data pointer to audio_mixer_sound (#17488)

This commit is contained in:
Rob Loach 2025-01-30 21:41:07 -05:00 committed by GitHub
parent 2870a0a8ad
commit 355b277c11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ struct audio_mixer_sound
} mod; } mod;
#endif #endif
} types; } types;
void* user_data;
}; };
struct audio_mixer_voice struct audio_mixer_voice