From 707e5968115f99afd6efe6b0f61d8bbf0baa7a94 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 15 Jan 2008 16:01:27 -0800 Subject: Don't append _struct to the effect slot struct name --- OpenAL32/Include/alAuxEffectSlot.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenAL32') diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h index e34d787d..5d389193 100644 --- a/OpenAL32/Include/alAuxEffectSlot.h +++ b/OpenAL32/Include/alAuxEffectSlot.h @@ -14,7 +14,7 @@ extern "C" { #define AL_EFFECTSLOT_NULL 0x0000 -typedef struct ALeffectslot_struct +typedef struct ALeffectslot { ALeffect effect; @@ -24,7 +24,7 @@ typedef struct ALeffectslot_struct // Index to itself ALuint effectslot; - struct ALeffectslot_struct *next; + struct ALeffectslot *next; } ALeffectslot; AL_API ALvoid AL_APIENTRY alGenAuxiliaryEffectSlots(ALsizei n, ALuint *effectslots); -- cgit v1.2.3