summaryrefslogtreecommitdiff
path: root/indra/llaudio/llaudioengine_fmodex.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2014-03-24 14:15:56 -0400
committerOz Linden <oz@lindenlab.com>2014-03-24 14:15:56 -0400
commit6db0a2a7ea60df31f4d5deb84f2135bf2ea9f955 (patch)
treeba67138361e3af388174bfca2bf0cb5982bf47db /indra/llaudio/llaudioengine_fmodex.h
parentcb2bd577099f87881d467249cac679200bb367f0 (diff)
parent0bc8e67ebb969888364395b8ceea02393d14e9f5 (diff)
merge changes for DRTVWR-360
Diffstat (limited to 'indra/llaudio/llaudioengine_fmodex.h')
-rw-r--r--indra/llaudio/llaudioengine_fmodex.h4
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;