test.diff

Patch - Nille02, 05/11/2010 01:31 am

Download (881 Bytes)

b/code/nel/src/sound/driver/dsound/sound_driver_dsound.cpp Tue May 11 01:30:24 2010 +0200
24 24
#endif
25 25
#define DIRECTSOUND_VERSION 0x0800
26 26

27
#include ".nel/sound/driver/sound_driver.h"
27
#include "nel/sound/driver/sound_driver.h"
28 28

29 29
#include <cmath>
30 30

b/code/nel/src/sound/driver/xaudio2/music_channel_xaudio2.h Tue May 11 01:30:24 2010 +0200
21 21
// STL includes
22 22

23 23
// NeL includes
24
#include "../music_channel.h"
24
#include "nel/sound/driver/music_channel.h"
25 25

26 26
// Project includes
27 27