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