Moved headers into subdirectories.

This commit is contained in:
David Williams
2011-05-17 22:27:46 +01:00
parent 1a7647027d
commit 528cb73771
88 changed files with 213 additions and 215 deletions

View File

@ -24,7 +24,7 @@ freely, subject to the following restrictions:
#ifndef __PolyVox_AStarPathfinderImpl_H__
#define __PolyVox_AStarPathfinderImpl_H__
#include "Vector.h"
#include "PolyVoxCore/Vector.h"
#include <limits> //For numeric_limits
#include <set>

View File

@ -24,7 +24,7 @@ distribution.
#ifndef __PolyVox_ArraySizesImpl_H__
#define __PolyVox_ArraySizesImpl_H__
#include "TypeDef.h"
#include "PolyVoxImpl/TypeDef.h"
namespace PolyVox
{
@ -56,6 +56,6 @@ namespace PolyVox
};
}//namespace PolyVox
#include "ArraySizesImpl.inl"
#include "PolyVoxImpl/ArraySizesImpl.inl"
#endif //__PolyVox_ArraySizesImpl_H__

View File

@ -24,7 +24,7 @@ freely, subject to the following restrictions:
#ifndef __PolyVox_Block_H__
#define __PolyVox_Block_H__
#include "PolyVoxForwardDeclarations.h"
#include "PolyVoxCore/PolyVoxForwardDeclarations.h"
#include <limits>
#include <vector>
@ -73,6 +73,6 @@ namespace PolyVox
};
}
#include "Block.inl"
#include "PolyVoxImpl/Block.inl"
#endif

View File

@ -22,8 +22,8 @@ freely, subject to the following restrictions:
*******************************************************************************/
#include "PolyVoxImpl/Utility.h"
#include "Vector.h"
#include "LargeVolume.h"
#include "PolyVoxCore/Vector.h"
#include "PolyVoxCore/LargeVolume.h"
#include <cassert>
#include <cstring> //For memcpy

View File

@ -24,7 +24,7 @@ freely, subject to the following restrictions:
#ifndef __PolyVox_MarchingCubeTables_H__
#define __PolyVox_MarchingCubeTables_H__
#include "TypeDef.h"
#include "PolyVoxImpl/TypeDef.h"
namespace PolyVox
{

View File

@ -24,7 +24,7 @@ freely, subject to the following restrictions:
#ifndef __PolyVox_RandomUnitVectors_H__
#define __PolyVox_RandomUnitVectors_H__
#include "Vector.h"
#include "PolyVoxCore/Vector.h"
namespace PolyVox
{

View File

@ -24,7 +24,7 @@ freely, subject to the following restrictions:
#ifndef __PolyVox_RandomVectors_H__
#define __PolyVox_RandomVectors_H__
#include "Vector.h"
#include "PolyVoxCore/Vector.h"
namespace PolyVox
{

View File

@ -81,6 +81,6 @@ namespace PolyVox
};
}//namespace PolyVox
#include "SubArray.inl"
#include "PolyVoxImpl/SubArray.inl"
#endif //__PolyVox_SubArray_H__

View File

@ -24,7 +24,7 @@ freely, subject to the following restrictions:
#ifndef __PolyVox_Utility_H__
#define __PolyVox_Utility_H__
#include "TypeDef.h"
#include "PolyVoxImpl/TypeDef.h"
#include <cassert>