X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2Ffmod.h;h=0fa806520e8b6486d9ac557c28f67c48d2b1cceb;hb=3b05abdd90ab43f17da48a79cc0d0348e74b7d97;hp=5cd7b2e4facffed9612c6149db055cbbbf89918b;hpb=54386b13c746c1a8423b9549d0cfd922aae9a8f7;p=lugaru.git diff --git a/Source/fmod.h b/Source/fmod.h index 5cd7b2e..0fa8065 100644 --- a/Source/fmod.h +++ b/Source/fmod.h @@ -1,3 +1,24 @@ +/* +Copyright (C) 2003, 2010 - Wolfire Games + +This file is part of Lugaru. + +Lugaru 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 (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. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + // wrapper for FMOD to account for filename conversions in windows #ifndef _FMODWRAPPER_H_ @@ -30,6 +51,7 @@ #define FSOUND_Stream_SetMode OPENAL_Stream_SetMode #define FSOUND_Stream_Stop OPENAL_Stream_Stop #define FSOUND_Update OPENAL_Update +#define FSOUND_SetOutput OPENAL_SetOutput #endif #include "fmod_header.h"