Changed: #878 Fix typos in comments/code

This commit is contained in:
kervala 2010-07-27 17:33:58 +02:00
parent da9803a5c0
commit ac0a239740
5 changed files with 16 additions and 18 deletions

View file

@ -21,11 +21,13 @@
#include "nel/misc/string_mapper.h" #include "nel/misc/string_mapper.h"
#include "sound_driver.h" #include "sound_driver.h"
namespace NLMISC { namespace NLMISC
{
class IStream; class IStream;
} }
namespace NLSOUND { namespace NLSOUND
{
/** /**
* Sound buffer interface (implemented in sound driver dynamic library) * Sound buffer interface (implemented in sound driver dynamic library)

View file

@ -16,16 +16,14 @@
#ifndef NLSOUND_EFFECT_H #ifndef NLSOUND_EFFECT_H
#define NLSOUND_EFFECT_H #define NLSOUND_EFFECT_H
#include <nel/misc/types_nl.h>
#include "nel/misc/types_nl.h"
// STL includes // STL includes
#include <math.h> #include <math.h>
// NeL includes namespace NLSOUND
{
// Project includes
namespace NLSOUND {
//// in dB --- //// in dB ---
//#define NLSOUND_MATERIAL_PRESET_SINGLEWINDOW -28.00f, 0.71f //#define NLSOUND_MATERIAL_PRESET_SINGLEWINDOW -28.00f, 0.71f

View file

@ -20,7 +20,8 @@
#include "nel/misc/types_nl.h" #include "nel/misc/types_nl.h"
#include "nel/misc/vector.h" #include "nel/misc/vector.h"
namespace NLSOUND { namespace NLSOUND
{
/// Default environmental effect /// Default environmental effect
#define ENVFX_DEFAULT_NUM 2 #define ENVFX_DEFAULT_NUM 2

View file

@ -16,15 +16,11 @@
#ifndef NLSOUND_MUSIC_CHANNEL_H #ifndef NLSOUND_MUSIC_CHANNEL_H
#define NLSOUND_MUSIC_CHANNEL_H #define NLSOUND_MUSIC_CHANNEL_H
#include <nel/misc/types_nl.h>
// STL includes #include "nel/misc/types_nl.h"
// NeL includes namespace NLSOUND
{
// Project includes
namespace NLSOUND {
/** /**
* \brief IMusicChannel * \brief IMusicChannel

View file

@ -27,9 +27,10 @@
#ifndef NL_SOURCE_H #ifndef NL_SOURCE_H
#define NL_SOURCE_H #define NL_SOURCE_H
#include <nel/misc/types_nl.h>
#include <nel/misc/vector.h> #include "nel/misc/types_nl.h"
#include "nel/misc/vector.h"
#include "sound_driver.h" #include "sound_driver.h"
/** /**