mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 14:59:01 +00:00
Changed: path on sound include
This commit is contained in:
parent
300259046a
commit
9bf7cfd3f9
4 changed files with 8 additions and 8 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue