Rename SoundInternal to SoundData for consistency with MusicData.

This commit is contained in:
David Reid
2017-11-12 14:54:37 +10:00
parent 75433a670e
commit b0852002b8
2 changed files with 24 additions and 20 deletions

View File

@@ -486,7 +486,7 @@ typedef struct Wave {
// Sound source type
typedef struct Sound {
void* handle; // A pointer to internal data used by the sound system.
void* handle; // A pointer to internal data used by the audio system.
unsigned int source; // OpenAL audio source id
unsigned int buffer; // OpenAL audio buffer id