Index: /home/shd/src/horde3d/trunk/Extensions/Sound/Source/soundNode.h =================================================================== --- /home/shd/src/horde3d/trunk/Extensions/Sound/Source/soundNode.h (revision 884) +++ /home/shd/src/horde3d/trunk/Extensions/Sound/Source/soundNode.h (working copy) @@ -32,7 +32,7 @@ #include #include //for FLT_MAX -#include +#include #include "egScene.h" Index: /home/shd/src/horde3d/trunk/Extensions/Sound/Source/soundResource.h =================================================================== --- /home/shd/src/horde3d/trunk/Extensions/Sound/Source/soundResource.h (revision 884) +++ /home/shd/src/horde3d/trunk/Extensions/Sound/Source/soundResource.h (working copy) @@ -30,7 +30,7 @@ #include -#include +#include #include "egResource.h" Index: /home/shd/src/horde3d/trunk/Extensions/Sound/Source/manager.cpp =================================================================== --- /home/shd/src/horde3d/trunk/Extensions/Sound/Source/manager.cpp (revision 884) +++ /home/shd/src/horde3d/trunk/Extensions/Sound/Source/manager.cpp (working copy) @@ -25,9 +25,9 @@ // // ************************************************************************************************* -#include +#include #ifdef PLATFORM_WIN -#include +#include #endif #include "manager.h" @@ -314,4 +314,4 @@ return true; } -} // namespace \ No newline at end of file +} // namespace Index: /home/shd/src/horde3d/trunk/Extensions/Sound/Source/manager.h =================================================================== --- /home/shd/src/horde3d/trunk/Extensions/Sound/Source/manager.h (revision 884) +++ /home/shd/src/horde3d/trunk/Extensions/Sound/Source/manager.h (working copy) @@ -32,7 +32,7 @@ #include #include -#include +#include #include "decode.h" #include "listener.h" Index: /home/shd/src/horde3d/trunk/Extensions/Sound/Source/listener.cpp =================================================================== --- /home/shd/src/horde3d/trunk/Extensions/Sound/Source/listener.cpp (revision 884) +++ /home/shd/src/horde3d/trunk/Extensions/Sound/Source/listener.cpp (working copy) @@ -26,7 +26,7 @@ // ************************************************************************************************* #include "listener.h" -#include +#include #include "egModules.h" #include "utPlatform.h" @@ -224,4 +224,4 @@ alListenerfv( AL_ORIENTATION, orientation ); } -} // namespace \ No newline at end of file +} // namespace Index: /home/shd/src/horde3d/trunk/Tools/Horde3DEditor/src/Horde3D/Horde3D.pro =================================================================== --- /home/shd/src/horde3d/trunk/Tools/Horde3DEditor/src/Horde3D/Horde3D.pro (revision 884) +++ /home/shd/src/horde3d/trunk/Tools/Horde3DEditor/src/Horde3D/Horde3D.pro (working copy) @@ -5,7 +5,7 @@ CONFIG += debug_and_release CONFIG += qt CONFIG += terrain -# CONFIG += sound +CONFIG += sound QT -= gui core @@ -37,10 +37,12 @@ ../../../../Horde3D/Source/Horde3DEngine/utImage.h \ ../../../../Horde3D/Source/Horde3DEngine/utTimer.h \ ../../../../Horde3D/Source/Horde3DEngine/utOpenGL.h \ - ../../../../Horde3D/Source/Shared/utXMLParser.h \ + ../../../../Horde3D/Source/Shared/utXML.h \ ../../../../Horde3D/Source/Shared/utMath.h \ ../../../../Horde3D/Source/Shared/utDebug.h \ - ../../../../Horde3D/Source/Shared/utPlatform.h + ../../../../Horde3D/Source/Shared/utPlatform.h \ + ../../../../Horde3D/Source/Shared/rapidxml.h \ + ../../../../Horde3D/Source/Shared/rapidxml_print.h SOURCES += ../../../../Horde3D/Source/Horde3DEngine/egAnimatables.cpp \ @@ -66,7 +68,6 @@ ../../../../Horde3D/Source/Horde3DEngine/egTexture.cpp \ ../../../../Horde3D/Source/Horde3DEngine/utImage.cpp \ ../../../../Horde3D/Source/Horde3DEngine/utOpenGL.cpp \ - ../../../../Horde3D/Source/Shared/utXMLParser.cpp terrain { DEFINES += QMAKE