From 9bf7cfd3f9e9198ef4cb81ca175385bab9f0c1fe Mon Sep 17 00:00:00 2001 From: vl Date: Tue, 11 May 2010 18:55:12 +0200 Subject: [PATCH] Changed: path on sound include --- .../tools/leveldesign/georges_plugin_sound/PagePosition.cpp | 4 ++-- .../tools/leveldesign/georges_plugin_sound/sound_plugin.cpp | 4 ++-- .../tools/leveldesign/georges_plugin_sound/sound_plugin.h | 6 +++--- .../tools/leveldesign/world_editor/world_editor/action.cpp | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/code/ryzom/tools/leveldesign/georges_plugin_sound/PagePosition.cpp b/code/ryzom/tools/leveldesign/georges_plugin_sound/PagePosition.cpp index 1e25f07c3..40e5ca1a4 100644 --- a/code/ryzom/tools/leveldesign/georges_plugin_sound/PagePosition.cpp +++ b/code/ryzom/tools/leveldesign/georges_plugin_sound/PagePosition.cpp @@ -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" diff --git a/code/ryzom/tools/leveldesign/georges_plugin_sound/sound_plugin.cpp b/code/ryzom/tools/leveldesign/georges_plugin_sound/sound_plugin.cpp index c815150b8..6cd5a5317 100644 --- a/code/ryzom/tools/leveldesign/georges_plugin_sound/sound_plugin.cpp +++ b/code/ryzom/tools/leveldesign/georges_plugin_sound/sound_plugin.cpp @@ -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 using namespace std; diff --git a/code/ryzom/tools/leveldesign/georges_plugin_sound/sound_plugin.h b/code/ryzom/tools/leveldesign/georges_plugin_sound/sound_plugin.h index 6665b2f97..11868dd17 100644 --- a/code/ryzom/tools/leveldesign/georges_plugin_sound/sound_plugin.h +++ b/code/ryzom/tools/leveldesign/georges_plugin_sound/sound_plugin.h @@ -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" diff --git a/code/ryzom/tools/leveldesign/world_editor/world_editor/action.cpp b/code/ryzom/tools/leveldesign/world_editor/world_editor/action.cpp index 708806939..ddef447d9 100644 --- a/code/ryzom/tools/leveldesign/world_editor/world_editor/action.cpp +++ b/code/ryzom/tools/leveldesign/world_editor/world_editor/action.cpp @@ -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;