aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/fakevoicesoundsignal.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/fakevoicesoundsignal.h25
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//----------------------------------------------------------------------------
12class 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