diff options
author | Chris Robinson <[email protected]> | 2012-10-14 01:55:39 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-10-14 01:55:39 -0700 |
commit | f7655d44a266a4eeadd7d14921363594b64ac15f (patch) | |
tree | fd89151f62f2b17debe8c9f8f5bc74d24fa35fa6 /examples/alstream.c | |
parent | 38e6bfb7024f73671087da2caae5b952b80a5dab (diff) |
Move alhelpers and alffmpeg code to a common sub-directory
Diffstat (limited to 'examples/alstream.c')
-rw-r--r-- | examples/alstream.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/alstream.c b/examples/alstream.c index 183d54f2..a8447eae 100644 --- a/examples/alstream.c +++ b/examples/alstream.c @@ -34,8 +34,8 @@ #include "AL/alc.h" #include "AL/alext.h" -#include "alhelpers.h" -#include "alffmpeg.h" +#include "common/alhelpers.h" +#include "common/alffmpeg.h" LPALBUFFERSAMPLESSOFT palBufferSamplesSOFT = wrap_BufferSamples; |