]> git.lizzy.rs Git - minetest.git/blobdiff - src/sound_openal.h
Install minetest_game without .git and other unnecessary things
[minetest.git] / src / sound_openal.h
index de1ca3056b698bf583534260d476e6fac20a928f..ce5702a478f25d506af2be05e9d8232a3f73de0e 100644 (file)
@@ -22,7 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 #include "sound.h"
 
-ISoundManager *createOpenALSoundManager();
+ISoundManager *createOpenALSoundManager(OnDemandSoundFetcher *fetcher);
 
 #endif