]> git.lizzy.rs Git - minetest.git/blobdiff - src/sound_openal.cpp
Allow the LUA API to set animations to meshes as well as the animation speed. Also...
[minetest.git] / src / sound_openal.cpp
index 258a5c1954c82093756e43e28e0aaac1dfc72e7a..c78f6288fdf5e558247c1384e1fbb8f61970600f 100644 (file)
@@ -30,7 +30,7 @@ with this program; ifnot, write to the Free Software Foundation, Inc.,
 #elif defined(__APPLE__)
        #include <OpenAL/al.h>
        #include <OpenAL/alc.h>
-       #include <OpenAL/alext.h>
+       //#include <OpenAL/alext.h>
 #else
        #include <AL/al.h>
        #include <AL/alc.h>
@@ -38,10 +38,13 @@ with this program; ifnot, write to the Free Software Foundation, Inc.,
 #endif
 #include <vorbis/vorbisfile.h>
 #include "log.h"
+#include "filesys.h"
+#include "util/numeric.h" // myrand()
+#include "debug.h" // assert()
+#include "porting.h"
 #include <map>
 #include <vector>
-#include "utility.h" // myrand()
-#include "filesys.h"
+#include <fstream>
 
 #define BUFFER_SIZE 30000