diff options
author | Callum Prentice <callum@lindenlab.com> | 2014-03-26 11:32:22 -0700 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2014-03-26 11:32:22 -0700 |
commit | 2351cd0596acbb29518868a74357fcbd4971b5d9 (patch) | |
tree | bbfcfa3a519a2269a4dcd50c375a40c3400ea0b0 /indra/llaudio/llaudioengine_fmodex.h | |
parent | 0c9d3203da6b474bdeef848f5394ee5369662ecb (diff) | |
parent | 31a3a3da5db077c4d9b8fe06a18de98c822db6ab (diff) |
merge with viewer-release
Diffstat (limited to 'indra/llaudio/llaudioengine_fmodex.h')
-rw-r--r-- | indra/llaudio/llaudioengine_fmodex.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llaudio/llaudioengine_fmodex.h b/indra/llaudio/llaudioengine_fmodex.h index 415a9ed0ef..ca389d489f 100644 --- a/indra/llaudio/llaudioengine_fmodex.h +++ b/indra/llaudio/llaudioengine_fmodex.h @@ -5,7 +5,7 @@ * * $LicenseInfo:firstyear=2002&license=viewerlgpl$ * Second Life Viewer Source Code - * Copyright (C) 2010, Linden Research, Inc. + * Copyright (C) 2014, Linden Research, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -41,6 +41,7 @@ namespace FMOD class Sound; class DSP; } +typedef struct FMOD_DSP_DESCRIPTION FMOD_DSP_DESCRIPTION; //Interfaces class LLAudioEngine_FMODEX : public LLAudioEngine @@ -74,6 +75,7 @@ protected: LLWindGen<MIXBUFFERFORMAT> *mWindGen; + FMOD_DSP_DESCRIPTION *mWindDSPDesc; FMOD::DSP *mWindDSP; FMOD::System *mSystem; bool mEnableProfiler; |