Renamed some headers to avoid ambiguity.

This commit is contained in:
David Williams 2008-03-13 22:21:50 +00:00
parent b57094ca10
commit ebc0ad9cca
6 changed files with 6 additions and 6 deletions

View File

@ -18,9 +18,9 @@ SET(SRC_FILES
SET(INC_FILES SET(INC_FILES
include/Block.h include/Block.h
include/Constants.h include/Constants.h
include/ForwardDeclarations.h
include/IndexedSurfacePatch.h include/IndexedSurfacePatch.h
include/MarchingCubesTables.h include/MarchingCubesTables.h
include/PolyVoxForwardDeclarations.h
include/PolyVoxSceneManager.h include/PolyVoxSceneManager.h
include/RegionGeometry.h include/RegionGeometry.h
include/SurfaceEdge.h include/SurfaceEdge.h

View File

@ -6,7 +6,7 @@
#include "boost/cstdint.hpp" #include "boost/cstdint.hpp"
#include "Constants.h" #include "Constants.h"
#include "ForwardDeclarations.h" #include "PolyVoxForwardDeclarations.h"
#include "SurfaceVertex.h" #include "SurfaceVertex.h"
#include "TypeDef.h" #include "TypeDef.h"

View File

@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "boost/cstdint.hpp" #include "boost/cstdint.hpp"
#include "Constants.h" #include "Constants.h"
#include "ForwardDeclarations.h" #include "PolyVoxForwardDeclarations.h"
#include "TypeDef.h" #include "TypeDef.h"
namespace PolyVox namespace PolyVox

View File

@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#ifndef __PolyVox_RegionGeometry_H__ #ifndef __PolyVox_RegionGeometry_H__
#define __PolyVox_RegionGeometry_H__ #define __PolyVox_RegionGeometry_H__
#include "ForwardDeclarations.h" #include "PolyVoxForwardDeclarations.h"
#include "TypeDef.h" #include "TypeDef.h"
#include "Vector.h" #include "Vector.h"

View File

@ -22,7 +22,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "boost/cstdint.hpp" #include "boost/cstdint.hpp"
#include "Constants.h" #include "Constants.h"
#include "ForwardDeclarations.h" #include "PolyVoxForwardDeclarations.h"
#include "TypeDef.h" #include "TypeDef.h"
#include "Vector.h" #include "Vector.h"