Fixed slashes in include paths.

This commit is contained in:
David Williams 2011-10-15 11:06:01 +01:00
parent db81e1bc3f
commit 46d63ddcd1
2 changed files with 5 additions and 5 deletions

View File

@ -24,10 +24,10 @@ freely, subject to the following restrictions:
#ifndef __PolyVox_SimpleInterface_H__ #ifndef __PolyVox_SimpleInterface_H__
#define __PolyVox_SimpleInterface_H__ #define __PolyVox_SimpleInterface_H__
#include "PolyVoxCore\CubicSurfaceExtractorWithNormals.h" #include "PolyVoxCore/CubicSurfaceExtractorWithNormals.h"
#include "PolyVoxCore\MaterialDensityPair.h" #include "PolyVoxCore/MaterialDensityPair.h"
#include "PolyVoxCore\SimpleVolume.h" #include "PolyVoxCore/SimpleVolume.h"
#include "PolyVoxCore\SurfaceExtractor.h" #include "PolyVoxCore/SurfaceExtractor.h"
namespace PolyVox namespace PolyVox
{ {

View File

@ -21,7 +21,7 @@ freely, subject to the following restrictions:
distribution. distribution.
*******************************************************************************/ *******************************************************************************/
#include "PolyVoxCore\SimpleInterface.h" #include "PolyVoxCore/SimpleInterface.h"
namespace PolyVox namespace PolyVox
{ {