]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/soundmgr_openal.hxx
use auto_ptr instead
[simgear.git] / simgear / sound / soundmgr_openal.hxx
index 1c05024db8709ed9a94f802c20fb55297374eb70..ac94788f8a48feb5f12fafc9bfa5671fe515ee90 100644 (file)
 # include <OpenAL/al.h>
 # include <OpenAL/alc.h>
 # include <OpenAL/alut.h>
+#elif defined(OPENALSDK)
+# include <al.h>
+# include <alc.h>
+# include <AL/alut.h> 
 #else
 # include <AL/al.h>
 # include <AL/alc.h>