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

@ -21,9 +21,9 @@ freely, subject to the following restrictions:
distribution.
*******************************************************************************/
#include "AStarPathfinder.h"
#include "PolyVoxCore/AStarPathfinder.h"
#include "Material.h"
#include "PolyVoxCore/Material.h"
using namespace PolyVox;

View File

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

View File

@ -21,12 +21,12 @@ freely, subject to the following restrictions:
distribution.
*******************************************************************************/
#include "GradientEstimators.h"
#include "SurfaceMesh.h"
#include "VertexTypes.h"
#include "PolyVoxCore/GradientEstimators.h"
#include "PolyVoxCore/SurfaceMesh.h"
#include "PolyVoxCore/VertexTypes.h"
#include "PolyVoxImpl/TypeDef.h"
#include "LargeVolume.h"
#include "PolyVoxCore/LargeVolume.h"
using namespace std;

View File

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

View File

@ -1,6 +1,6 @@
#include "MeshDecimator.h"
#include "PolyVoxCore/MeshDecimator.h"
#include "SurfaceMesh.h"
#include "PolyVoxCore/SurfaceMesh.h"
namespace PolyVox
{

View File

@ -21,7 +21,7 @@ freely, subject to the following restrictions:
distribution.
*******************************************************************************/
#include "Region.h"
#include "PolyVoxCore/Region.h"
#include <limits>

View File

@ -23,7 +23,7 @@ freely, subject to the following restrictions:
#include <sstream>
#include "VertexTypes.h"
#include "PolyVoxCore/VertexTypes.h"
namespace PolyVox
{

View File

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