Changed: #878 Fix typos in comments/code

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

View file

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

View file

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

View file

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

View file

@ -16,15 +16,11 @@
#ifndef 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
// Project includes
namespace NLSOUND {
namespace NLSOUND
{
/**
* \brief IMusicChannel

View file

@ -27,9 +27,10 @@
#ifndef 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"
/**