aboutsummaryrefslogtreecommitdiffstats
path: root/include/AL/efx.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-06-15 23:46:09 -0700
committerChris Robinson <[email protected]>2012-06-15 23:46:09 -0700
commitad2643d8af3a47ad24369e4a9189dd95307e5672 (patch)
tree24070a35bc7a5e9443ccba1300df11328f479558 /include/AL/efx.h
parent46840ee787c7ac95e32765a2c2dec6b7b6fc5c7c (diff)
Clarify some comments, fix some definition ordering, and add some includes
Diffstat (limited to 'include/AL/efx.h')
-rw-r--r--include/AL/efx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/AL/efx.h b/include/AL/efx.h
index 978f64a6..57766983 100644
--- a/include/AL/efx.h
+++ b/include/AL/efx.h
@@ -2,6 +2,9 @@
#define AL_EFX_H
+#include "alc.h"
+#include "al.h"
+
#ifdef __cplusplus
extern "C" {
#endif