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/a05177.html | 65 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 docs/doxygen/nel/a05177.html (limited to 'docs/doxygen/nel/a05177.html') diff --git a/docs/doxygen/nel/a05177.html b/docs/doxygen/nel/a05177.html new file mode 100644 index 00000000..44362f8e --- /dev/null +++ b/docs/doxygen/nel/a05177.html @@ -0,0 +1,65 @@ + + +NeL: u_env_sound.h File Reference + + + +
+

u_env_sound.h File Reference


Detailed Description

+UEnvSound: Game interface for localized environment sounds

+

Id
u_env_sound.h,v 1.9 2002/11/04 15:40:43 boucher Exp
+ +

+Definition in file u_env_sound.h. +

+#include "nel/misc/types_nl.h"
+#include "nel/misc/vector.h"
+ +

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

Namespaces

namespace  NLSOUND

Defines

#define DEPRECATED_CALL
+


Define Documentation

+

+ + + + +
+ + +
#define DEPRECATED_CALL +
+
+ + + + + +
+   + + +

+Value:

static bool _deprecatedWarningDone##__LINE__ = false;\
+                                                if (!_deprecatedWarningDone##__LINE__) \
+                                                {       \
+                                                        _deprecatedWarningDone##__LINE__ = true;        \
+                                                        nlwarning("This method is deprecated, you should update your code.");   \
+                                                }
+
Output a warning message in deprecated function call. Put this macro on the first line of each deprecated method to output a warning message. +

+Definition at line 43 of file u_env_sound.h.

+


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