X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fsound_openal.h;h=13d01a5d630612c026a51ac4c79d8d4f5b06f70e;hb=593eaf3b8894137874f9fb29203ec364e292c036;hp=de1ca3056b698bf583534260d476e6fac20a928f;hpb=c301e3c82af4ad384f4baaa8244b3a5f26da5213;p=dragonfireclient.git diff --git a/src/sound_openal.h b/src/sound_openal.h index de1ca3056..13d01a5d6 100644 --- a/src/sound_openal.h +++ b/src/sound_openal.h @@ -1,18 +1,18 @@ /* -Minetest-c55 -Copyright (C) 2012 celeron55, Perttu Ahola +Minetest +Copyright (C) 2013 celeron55, Perttu Ahola This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or +it under the terms of the GNU Lesser General Public License as published by +the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. +GNU Lesser General Public License for more details. -You should have received a copy of the GNU General Public License along +You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ @@ -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