From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a04188.html | 70 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 docs/doxygen/nel/a04188.html (limited to 'docs/doxygen/nel/a04188.html') diff --git a/docs/doxygen/nel/a04188.html b/docs/doxygen/nel/a04188.html new file mode 100644 index 00000000..c74ab9fd --- /dev/null +++ b/docs/doxygen/nel/a04188.html @@ -0,0 +1,70 @@ + + +NeL: context_sound.cpp File Reference + + + +
+

context_sound.cpp File Reference


Detailed Description

+
Id
context_sound.cpp,v 1.5 2003/11/21 16:21:39 corvazier Exp
+ +

+Definition in file context_sound.cpp. +

+#include "stdsound.h"
+#include "context_sound.h"
+#include "sound_bank.h"
+ +

+Go to the source code of this file. + + + + + + + +

Namespaces

namespace  NLSOUND

Defines

#define LM_CASE_CONTAINER_CREATOR(size)
+


Define Documentation

+

+ + + + +
+ + + + + + + +
#define LM_CASE_CONTAINER_CREATORsize   )  +
+
+ + + + + +
+   + + +

+Value:

case (size):\
+                                                                                        if (useRandom)\
+                                                                                                _ContextSounds = new CContextSoundContainer<(size), true>;\
+                                                                                        else\
+                                                                                                _ContextSounds = new CContextSoundContainer<(size), false>;\
+                                                                                        break;
+
+

+Referenced by NLSOUND::CContextSound::init().

+


Generated on Tue Mar 16 06:42:20 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1