aboutsummaryrefslogtreecommitdiffstats
path: root/examples/common/alhelpers.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-06-05 19:44:42 -0700
committerChris Robinson <[email protected]>2013-06-05 19:50:18 -0700
commit056fa2a47443eb40cf40eadae5721c847015813e (patch)
tree4e32387995d755b03e2835dc65f4a5a79eccd537 /examples/common/alhelpers.h
parentfe5428dc49f7bd0cade45784e4c4fa65c565f14b (diff)
Use SDL_sound for the alstream example
Diffstat (limited to 'examples/common/alhelpers.h')
-rw-r--r--examples/common/alhelpers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/common/alhelpers.h b/examples/common/alhelpers.h
index eda8925e..62ed5be2 100644
--- a/examples/common/alhelpers.h
+++ b/examples/common/alhelpers.h
@@ -9,6 +9,10 @@
#include <windows.h>
#endif
+#include "AL/alc.h"
+#include "AL/al.h"
+#include "AL/alext.h"
+
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */