diff options
Diffstat (limited to 'linden/indra/newview/llvieweraudio.h')
-rw-r--r-- | linden/indra/newview/llvieweraudio.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/linden/indra/newview/llvieweraudio.h b/linden/indra/newview/llvieweraudio.h new file mode 100644 index 0000000..c01da0e --- /dev/null +++ b/linden/indra/newview/llvieweraudio.h | |||
@@ -0,0 +1,30 @@ | |||
1 | /** | ||
2 | * @file llvieweraudio.h | ||
3 | * @brief Audio functions originally in viewer.cpp | ||
4 | * | ||
5 | * $LicenseInfo:firstyear=2000&license=internal$ | ||
6 | * | ||
7 | * Copyright (c) 2000-2007, Linden Research, Inc. | ||
8 | * | ||
9 | * The following source code is PROPRIETARY AND CONFIDENTIAL. Use of | ||
10 | * this source code is governed by the Linden Lab Source Code Disclosure | ||
11 | * Agreement ("Agreement") previously entered between you and Linden | ||
12 | * Lab. By accessing, using, copying, modifying or distributing this | ||
13 | * software, you acknowledge that you have been informed of your | ||
14 | * obligations under the Agreement and agree to abide by those obligations. | ||
15 | * | ||
16 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO | ||
17 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, | ||
18 | * COMPLETENESS OR PERFORMANCE. | ||
19 | * $/LicenseInfo$ | ||
20 | */ | ||
21 | |||
22 | #ifndef LL_VIEWERAUDIO_H | ||
23 | #define LL_VIEWERAUDIO_H | ||
24 | |||
25 | void init_audio(); | ||
26 | void audio_update_volume(bool force_update = true); | ||
27 | void audio_update_listener(); | ||
28 | void audio_update_wind(bool force_update = true); | ||
29 | |||
30 | #endif //LL_VIEWER_H | ||