aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alAuxEffectSlot.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-09-12 05:59:23 -0700
committerChris Robinson <[email protected]>2011-09-12 05:59:23 -0700
commit404cfde33e0aba9b084a40407a6f3fffd8dd1612 (patch)
tree5567074e3e43c8cdc1d97d358584a3c8b2526dce /OpenAL32/Include/alAuxEffectSlot.h
parent145bc6da6b836607c509204e3653688e97eb482c (diff)
Rename the ALEffect_ macros to ALeffectState_ to reflect what they work on
Diffstat (limited to 'OpenAL32/Include/alAuxEffectSlot.h')
-rw-r--r--OpenAL32/Include/alAuxEffectSlot.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h
index 0ab0e2ab..cdff330f 100644
--- a/OpenAL32/Include/alAuxEffectSlot.h
+++ b/OpenAL32/Include/alAuxEffectSlot.h
@@ -51,10 +51,10 @@ ALeffectState *EchoCreate(void);
ALeffectState *ModulatorCreate(void);
ALeffectState *DedicatedCreate(void);
-#define ALEffect_Destroy(a) ((a)->Destroy((a)))
-#define ALEffect_DeviceUpdate(a,b) ((a)->DeviceUpdate((a),(b)))
-#define ALEffect_Update(a,b,c) ((a)->Update((a),(b),(c)))
-#define ALEffect_Process(a,b,c,d) ((a)->Process((a),(b),(c),(d)))
+#define ALeffectState_Destroy(a) ((a)->Destroy((a)))
+#define ALeffectState_DeviceUpdate(a,b) ((a)->DeviceUpdate((a),(b)))
+#define ALeffectState_Update(a,b,c) ((a)->Update((a),(b),(c)))
+#define ALeffectState_Process(a,b,c,d) ((a)->Process((a),(b),(c),(d)))
#ifdef __cplusplus