diff options
author | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
commit | 117e22047c5752352342d64e3fb7ce00a4eb8113 (patch) | |
tree | e32de2cfba0dda8705ae528fcd1fbe23ba075685 /linden/indra/newview/fakevoicesoundsignal.h | |
parent | Second Life viewer sources 1.18.0.6 (diff) | |
download | meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.zip meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.gz meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.bz2 meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.xz |
Second Life viewer sources 1.18.1.2
Diffstat (limited to 'linden/indra/newview/fakevoicesoundsignal.h')
-rw-r--r-- | linden/indra/newview/fakevoicesoundsignal.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/linden/indra/newview/fakevoicesoundsignal.h b/linden/indra/newview/fakevoicesoundsignal.h new file mode 100644 index 0000000..9e0132c --- /dev/null +++ b/linden/indra/newview/fakevoicesoundsignal.h | |||
@@ -0,0 +1,25 @@ | |||
1 | //-------------------------------------------------------------------- | ||
2 | // Fake Voice Sound Signal | ||
3 | // author: JJ Ventrella | ||
4 | // THIS IS A TEMPORARY FILE FOR DEVELOPMENT PURPOSES ONLY | ||
5 | //----------------------------------------------------------------------------- | ||
6 | #ifndef FAKE_VOICE_SOUND_SIGNAL_H | ||
7 | #define FAKE_VOICE_SOUND_SIGNAL_H | ||
8 | |||
9 | //---------------------------------------------------------------------------- | ||
10 | // FakeVoiceSoundSignal | ||
11 | //---------------------------------------------------------------------------- | ||
12 | class FakeVoiceSoundSignal | ||
13 | { | ||
14 | public: | ||
15 | FakeVoiceSoundSignal(); | ||
16 | ~FakeVoiceSoundSignal(); | ||
17 | void update(); | ||
18 | F32 getAmplitude(); | ||
19 | bool getActive(); | ||
20 | |||
21 | };//----------------------------------------------------------------- | ||
22 | // end of class | ||
23 | //------------------------------------------------------------------ | ||
24 | |||
25 | #endif //FAKE_VOICE_SOUND_SIGNAL_H | ||