Fix for linker errors when using MeshDecimator.

This commit is contained in:
David Williams
2011-03-18 22:04:53 +00:00
parent 96cdf7b9a5
commit 5891d56e12
4 changed files with 162 additions and 152 deletions

View File

@ -24,7 +24,10 @@ freely, subject to the following restrictions:
#ifndef __PolyVox_MeshDecimator_H__
#define __PolyVox_MeshDecimator_H__
#include "Vector.h"
#include <bitset>
#include <vector>
namespace PolyVox
{
@ -64,7 +67,7 @@ namespace PolyVox
{
//Used to keep track of when a vertex is
//on one or more faces of the region
enum POLYVOXCORE_API RegionFaceFlags
enum RegionFaceFlags
{
RFF_ON_REGION_FACE_NEG_X,
RFF_ON_REGION_FACE_POS_X ,