diff options
author | Chris Robinson <[email protected]> | 2013-06-05 19:44:42 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-06-05 19:50:18 -0700 |
commit | 056fa2a47443eb40cf40eadae5721c847015813e (patch) | |
tree | 4e32387995d755b03e2835dc65f4a5a79eccd537 /examples/common/alhelpers.h | |
parent | fe5428dc49f7bd0cade45784e4c4fa65c565f14b (diff) |
Use SDL_sound for the alstream example
Diffstat (limited to 'examples/common/alhelpers.h')
-rw-r--r-- | examples/common/alhelpers.h | 4 |
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 */ |