Don't append _struct to the effect slot struct name

This commit is contained in:
Chris Robinson
2008-01-15 16:01:27 -08:00
parent 5678041b92
commit 707e596811
+2 -2
View File
@@ -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);