Changed: path on sound include

This commit is contained in:
vl 2010-05-11 18:55:12 +02:00
parent 300259046a
commit 9bf7cfd3f9
4 changed files with 8 additions and 8 deletions

View file

@ -24,8 +24,8 @@
#include "nel/georges/u_form_elm.h"
#include "sound_document_plugin.h"
#include "nel/sound/u_audio_mixer.h"
#include "sound/sound.h"
#include "sound/simple_sound.h"
#include "nel/sound/sound.h"
#include "nel/sound/simple_sound.h"
#include "PagePosition.h"

View file

@ -24,8 +24,8 @@
#include "loading_dialog.h"
#include "nel/ligo/primitive.h"
#include "nel/../../src/sound/sound.h"
#include "nel/../../src/sound/simple_sound.h"
#include "nel/sound/sound.h"
#include "nel/sound/simple_sound.h"
#include <afxcmn.h>
using namespace std;

View file

@ -37,9 +37,9 @@
#include "nel/misc/vector.h"
#include "sound/driver/sound_driver.h"
#include "sound/driver/source.h"
#include "sound/driver/listener.h"
#include "nel/sound/driver/sound_driver.h"
#include "nel/sound/driver/source.h"
#include "nel/sound/driver/listener.h"
#include "sound/driver/dsound/source_dsound.h"
#include "nel/sound/u_audio_mixer.h"

View file

@ -21,7 +21,7 @@
#include "main_frm.h"
#include "world_editor_doc.h"
#include "editor_primitive.h"
#include "sound/background_sound_manager.h"
#include "nel/sound/background_sound_manager.h"
using namespace std;
using namespace NLMISC;