diff options
author | Chris Robinson <[email protected]> | 2007-12-31 19:34:52 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2007-12-31 19:34:52 -0800 |
commit | 3d78d93b4033ea94d38981e75f10c6dee5264860 (patch) | |
tree | eff0ee8b22ea032075fd16046d6cb24fa52a8243 /OpenAL32/Include/alSource.h | |
parent | 5a2f509104b196bbef336b6c772cd621473f2e55 (diff) | |
parent | 9382956b0ec459a696805a23656a9e94b6ed94d9 (diff) |
Merge branch 'master' into efx-experiment
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r-- | OpenAL32/Include/alSource.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index f54d4721..09651fa5 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -31,7 +31,7 @@ typedef struct ALbufferlistitem struct ALbufferlistitem *next; } ALbufferlistitem; -typedef struct ALsource_struct +typedef struct ALsource { ALfloat flPitch; ALfloat flGain; @@ -94,7 +94,7 @@ typedef struct ALsource_struct // Source Type (Static, Streaming, or Undetermined) ALint lSourceType; - struct ALsource_struct *next; + struct ALsource *next; } ALsource; #ifdef __cplusplus |