Fixed slashes in include paths.
This commit is contained in:
parent
db81e1bc3f
commit
46d63ddcd1
@ -24,10 +24,10 @@ freely, subject to the following restrictions:
|
||||
#ifndef __PolyVox_SimpleInterface_H__
|
||||
#define __PolyVox_SimpleInterface_H__
|
||||
|
||||
#include "PolyVoxCore\CubicSurfaceExtractorWithNormals.h"
|
||||
#include "PolyVoxCore\MaterialDensityPair.h"
|
||||
#include "PolyVoxCore\SimpleVolume.h"
|
||||
#include "PolyVoxCore\SurfaceExtractor.h"
|
||||
#include "PolyVoxCore/CubicSurfaceExtractorWithNormals.h"
|
||||
#include "PolyVoxCore/MaterialDensityPair.h"
|
||||
#include "PolyVoxCore/SimpleVolume.h"
|
||||
#include "PolyVoxCore/SurfaceExtractor.h"
|
||||
|
||||
namespace PolyVox
|
||||
{
|
||||
|
@ -21,7 +21,7 @@ freely, subject to the following restrictions:
|
||||
distribution.
|
||||
*******************************************************************************/
|
||||
|
||||
#include "PolyVoxCore\SimpleInterface.h"
|
||||
#include "PolyVoxCore/SimpleInterface.h"
|
||||
|
||||
namespace PolyVox
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user