Added world and forward declaration files.

This commit is contained in:
David Williams 2008-03-11 22:04:31 +00:00
parent 8f5e5e51b4
commit b57094ca10
14 changed files with 28 additions and 28 deletions

View File

@ -19,8 +19,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
******************************************************************************/
#pragma endregion
#ifndef __Block_H__
#define __Block_H__
#ifndef __PolyVox_Block_H__
#define __PolyVox_Block_H__
#pragma region Headers
#include "boost/cstdint.hpp"

View File

@ -1,5 +1,5 @@
#ifndef __Constants_H__
#define __Constants_H__
#ifndef __PolyVox_Constants_H__
#define __PolyVox_Constants_H__
#include "boost/cstdint.hpp"

View File

@ -1,5 +1,5 @@
#ifndef __ForwardDeclarations_H__
#define __ForwardDeclarations_H__
#ifndef __PolyVox_ForwardDeclarations_H__
#define __PolyVox_ForwardDeclarations_H__
#include "boost/cstdint.hpp"

View File

@ -1,5 +1,5 @@
#ifndef __IndexedSurfacePatch_H__
#define __IndexedSurfacePatch_H__
#ifndef __PolyVox_IndexedSurfacePatch_H__
#define __PolyVox_IndexedSurfacePatch_H__
#include <vector>

View File

@ -1,5 +1,5 @@
#ifndef MARCHING_CUBES_TABLES_HEADER_INCLUDED
#define MARCHING_CUBES_TABLES_HEADER_INCLUDED
#ifndef __PolyVox_MarchingCubeTables_H__
#define __PolyVox_MarchingCubeTables_H__
namespace PolyVox
{

View File

@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
******************************************************************************/
#ifndef __PolyVoxSceneManager_H__
#define __PolyVoxSceneManager_H__
#ifndef __PolyVox_PolyVoxSceneManager_H__
#define __PolyVox_PolyVoxSceneManager_H__
#include <list>

View File

@ -17,8 +17,8 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
******************************************************************************/
#ifndef __RegionGeometry_H__
#define __RegionGeometry_H__
#ifndef __PolyVox_RegionGeometry_H__
#define __PolyVox_RegionGeometry_H__
#include "ForwardDeclarations.h"
#include "TypeDef.h"

View File

@ -17,8 +17,8 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
******************************************************************************/
#ifndef __SurfaceEdge_H__
#define __SurfaceEdge_H__
#ifndef __PolyVox_SurfaceEdge_H__
#define __PolyVox_SurfaceEdge_H__
#include "SurfaceTypes.h"

View File

@ -17,8 +17,8 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
******************************************************************************/
#ifndef __SurfaceTriangle_H__
#define __SurfaceTriangle_H__
#ifndef __PolyVox_SurfaceTriangle_H__
#define __PolyVox_SurfaceTriangle_H__
#include "SurfaceTypes.h"

View File

@ -1,5 +1,5 @@
#ifndef __SurfaceTypes_H__
#define __SurfaceTypes_H__
#ifndef __PolyVox_SurfaceTypes_H__
#define __PolyVox_SurfaceTypes_H__
#include <set>

View File

@ -17,8 +17,8 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
******************************************************************************/
#ifndef __SurfaceVertex_H__
#define __SurfaceVertex_H__
#ifndef __PolyVox_SurfaceVertex_H__
#define __PolyVox_SurfaceVertex_H__
#include "SurfaceTypes.h"
#include "TypeDef.h"

View File

@ -19,8 +19,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//Dave, maybe make use of OgrePlatform.h instead?
// I think use _OgreExport instead of POLYVOX_API and define OGRE_NONCLIENT_BUILD instead of POLYVOX_EXPORT?
#ifndef __TYPEDEF_H__
#define __TYPEDEF_H__
#ifndef __PolyVox_TypeDef_H__
#define __PolyVox_TypeDef_H__
#ifdef WIN32
#ifdef POLYVOX_EXPORT

View File

@ -1,5 +1,5 @@
#ifndef VECTOR_HEADER_INCLUDED
#define VECTOR_HEADER_INCLUDED
#ifndef __PolyVox_Vector_H__
#define __PolyVox_Vector_H__
#include <iostream>

View File

@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
******************************************************************************/
#ifndef __Volume_H__
#define __Volume_H__
#ifndef __PolyVox_Volume_H__
#define __PolyVox_Volume_H__
#include "boost/cstdint.hpp"