diff options
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r-- | OpenAL32/Include/alSource.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index 0432cb32..ecc62a37 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -29,6 +29,12 @@ typedef struct ALbufferlistitem { struct ALbufferlistitem *prev; } ALbufferlistitem; + +typedef struct ALactivesource { + struct ALsource *Source; +} ALactivesource; + + typedef struct HrtfState { ALboolean Moving; ALuint Counter; @@ -78,8 +84,7 @@ typedef struct SendParams { } SendParams; -typedef struct ALsource -{ +typedef struct ALsource { /** Source properties. */ volatile ALfloat Pitch; volatile ALfloat Gain; |