diff options
| author | David Reid <mackron@gmail.com> | 2017-11-12 14:54:37 +1000 |
|---|---|---|
| committer | David Reid <mackron@gmail.com> | 2017-11-12 14:54:37 +1000 |
| commit | b0852002b83c615a67ae1b38feb8940213f6eed9 (patch) | |
| tree | 2540d7b740d05a9cd2a5bfa5e533727b65f8e338 /src/raylib.h | |
| parent | 75433a670e0880c4d23d5178b073836de3628547 (diff) | |
| download | raylib-b0852002b83c615a67ae1b38feb8940213f6eed9.tar.gz raylib-b0852002b83c615a67ae1b38feb8940213f6eed9.zip | |
Rename SoundInternal to SoundData for consistency with MusicData.
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h index ae1e5813..b21b0878 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -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 |
