Moved headers into subdirectories.
This commit is contained in:
@ -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;
|
||||
|
||||
|
@ -21,7 +21,7 @@ freely, subject to the following restrictions:
|
||||
distribution.
|
||||
*******************************************************************************/
|
||||
|
||||
#include "ArraySizes.h"
|
||||
#include "PolyVoxCore/ArraySizes.h"
|
||||
|
||||
namespace PolyVox
|
||||
{
|
||||
|
@ -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;
|
||||
|
||||
|
@ -21,7 +21,7 @@ freely, subject to the following restrictions:
|
||||
distribution.
|
||||
*******************************************************************************/
|
||||
|
||||
#include "Log.h"
|
||||
#include "PolyVoxCore/Log.h"
|
||||
|
||||
namespace PolyVox
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "MeshDecimator.h"
|
||||
#include "PolyVoxCore/MeshDecimator.h"
|
||||
|
||||
#include "SurfaceMesh.h"
|
||||
#include "PolyVoxCore/SurfaceMesh.h"
|
||||
|
||||
namespace PolyVox
|
||||
{
|
||||
|
@ -21,7 +21,7 @@ freely, subject to the following restrictions:
|
||||
distribution.
|
||||
*******************************************************************************/
|
||||
|
||||
#include "Region.h"
|
||||
#include "PolyVoxCore/Region.h"
|
||||
|
||||
#include <limits>
|
||||
|
||||
|
@ -23,7 +23,7 @@ freely, subject to the following restrictions:
|
||||
|
||||
#include <sstream>
|
||||
|
||||
#include "VertexTypes.h"
|
||||
#include "PolyVoxCore/VertexTypes.h"
|
||||
|
||||
namespace PolyVox
|
||||
{
|
||||
|
@ -21,7 +21,7 @@ freely, subject to the following restrictions:
|
||||
distribution.
|
||||
*******************************************************************************/
|
||||
|
||||
#include "VoxelFilters.h"
|
||||
#include "PolyVoxCore/VoxelFilters.h"
|
||||
|
||||
namespace PolyVox
|
||||
{
|
||||
|
Reference in New Issue
Block a user