]> git.jsancho.org Git - lugaru.git/commitdiff
Fixed includes in 'openal_wrapper.h' to fit with CMake's detection scheme
authorNeal Gompa <ngompa13@gmail.com>
Thu, 13 May 2010 23:34:13 +0000 (18:34 -0500)
committerNeal Gompa <ngompa13@gmail.com>
Thu, 13 May 2010 23:34:13 +0000 (18:34 -0500)
Source/openal_wrapper.h

index f31c6c081277da807afc713ab0b9db4080c62e43..07aa867bc52d59c0d33efb805bbaf2777e4a1ef6 100644 (file)
@@ -5,8 +5,8 @@
 #include <malloc.h>
 #endif
 
-#include "AL/al.h"
-#include "AL/alc.h"
+#include "al.h"
+#include "alc.h"
 
 #include "ogg/ogg.h"
 #include "vorbis/vorbisfile.h"