Making sure header includes are relative.
This commit is contained in:
parent
d997378b76
commit
08ce6f0b74
@ -36,7 +36,6 @@ namespace PolyVox
|
|||||||
//---------------------------------
|
//---------------------------------
|
||||||
|
|
||||||
class IndexedSurfacePatch;
|
class IndexedSurfacePatch;
|
||||||
class IntegrealVector3;
|
|
||||||
class Region;
|
class Region;
|
||||||
class SurfaceVertex;
|
class SurfaceVertex;
|
||||||
|
|
||||||
|
@ -23,9 +23,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||||||
#define __PolyVox_Block_H__
|
#define __PolyVox_Block_H__
|
||||||
|
|
||||||
#pragma region Headers
|
#pragma region Headers
|
||||||
#include "PolyVoxForwardDeclarations.h"
|
#include "BlockData.h"
|
||||||
|
#include "CPlusPlusZeroXSupport.h"
|
||||||
#include "PolyVoxImpl/CPlusPlusZeroXSupport.h"
|
|
||||||
#pragma endregion
|
#pragma endregion
|
||||||
|
|
||||||
namespace PolyVox
|
namespace PolyVox
|
||||||
|
@ -23,9 +23,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||||||
#define __PolyVox_BlockData_H__
|
#define __PolyVox_BlockData_H__
|
||||||
|
|
||||||
#pragma region Headers
|
#pragma region Headers
|
||||||
#include "PolyVoxForwardDeclarations.h"
|
#include "../PolyVoxForwardDeclarations.h"
|
||||||
|
|
||||||
#include "PolyVoxImpl/CPlusPlusZeroXSupport.h"
|
#include "CPlusPlusZeroXSupport.h"
|
||||||
#pragma endregion
|
#pragma endregion
|
||||||
|
|
||||||
namespace PolyVox
|
namespace PolyVox
|
||||||
|
@ -23,8 +23,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||||||
#define __PolyVoxImpl_DecimatedSurfaceExtractor_H__
|
#define __PolyVoxImpl_DecimatedSurfaceExtractor_H__
|
||||||
|
|
||||||
#pragma region Headers
|
#pragma region Headers
|
||||||
#include "PolyVoxCore/PolyVoxForwardDeclarations.h"
|
#include "../PolyVoxForwardDeclarations.h"
|
||||||
#include "PolyVoxCore/PolyVoxImpl/TypeDef.h"
|
#include "TypeDef.h"
|
||||||
|
|
||||||
#include "CPlusPlusZeroXSupport.h"
|
#include "CPlusPlusZeroXSupport.h"
|
||||||
#pragma endregion
|
#pragma endregion
|
||||||
|
@ -23,8 +23,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||||||
#define __PolyVoxImpl_FastSurfaceExtractor_H__
|
#define __PolyVoxImpl_FastSurfaceExtractor_H__
|
||||||
|
|
||||||
#pragma region Headers
|
#pragma region Headers
|
||||||
#include "PolyVoxCore/PolyVoxForwardDeclarations.h"
|
#include "../PolyVoxForwardDeclarations.h"
|
||||||
#include "PolyVoxCore/PolyVoxImpl/TypeDef.h"
|
#include "TypeDef.h"
|
||||||
|
|
||||||
#include "CPlusPlusZeroXSupport.h"
|
#include "CPlusPlusZeroXSupport.h"
|
||||||
#pragma endregion
|
#pragma endregion
|
||||||
|
@ -23,8 +23,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||||||
#define __PolyVoxImpl_ReferenceSurfaceExtractor_H__
|
#define __PolyVoxImpl_ReferenceSurfaceExtractor_H__
|
||||||
|
|
||||||
#pragma region Headers
|
#pragma region Headers
|
||||||
#include "PolyVoxCore/PolyVoxForwardDeclarations.h"
|
#include "../PolyVoxForwardDeclarations.h"
|
||||||
#include "PolyVoxCore/PolyVoxImpl/TypeDef.h"
|
#include "TypeDef.h"
|
||||||
|
|
||||||
#include "CPlusPlusZeroXSupport.h"
|
#include "CPlusPlusZeroXSupport.h"
|
||||||
#pragma endregion
|
#pragma endregion
|
||||||
|
@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||||||
#define __PolyVox_Volume_H__
|
#define __PolyVox_Volume_H__
|
||||||
|
|
||||||
#pragma region Headers
|
#pragma region Headers
|
||||||
#include "PolyVoxCore/PolyVoxImpl/Block.h"
|
#include "PolyVoxImpl/Block.h"
|
||||||
#include "PolyVoxForwardDeclarations.h"
|
#include "PolyVoxForwardDeclarations.h"
|
||||||
|
|
||||||
#include "PolyVoxImpl/CPlusPlusZeroXSupport.h"
|
#include "PolyVoxImpl/CPlusPlusZeroXSupport.h"
|
||||||
|
@ -22,9 +22,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||||||
#ifndef __PolyVox_Serialization_H__
|
#ifndef __PolyVox_Serialization_H__
|
||||||
#define __PolyVox_Serialization_H__
|
#define __PolyVox_Serialization_H__
|
||||||
|
|
||||||
#include "PolyVoxCore/PolyVoxForwardDeclarations.h"
|
#include "../PolyVoxCore/PolyVoxForwardDeclarations.h"
|
||||||
#include "PolyVoxCore/Region.h"
|
#include "../PolyVoxCore/Region.h"
|
||||||
#include "PolyVoxCore/PolyVoxImpl/TypeDef.h"
|
#include "../PolyVoxCore/PolyVoxImpl/TypeDef.h"
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
@ -24,9 +24,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||||||
|
|
||||||
#include <list>
|
#include <list>
|
||||||
|
|
||||||
#include "PolyVoxCore/PolyVoxForwardDeclarations.h"
|
#include "../PolyVoxCore/PolyVoxForwardDeclarations.h"
|
||||||
#include "PolyVoxCore/Region.h"
|
#include "../PolyVoxCore/Region.h"
|
||||||
#include "PolyVoxCore/PolyVoxImpl/TypeDef.h"
|
#include "../PolyVoxCore/PolyVoxImpl/TypeDef.h"
|
||||||
|
|
||||||
namespace PolyVox
|
namespace PolyVox
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user