Started getting rid of IntegrealVector3.

Also added ForwardDeclarations.h
This commit is contained in:
David Williams
2008-02-10 21:58:35 +00:00
parent 76df5e00b5
commit e180f67bae
14 changed files with 157 additions and 94 deletions

View File

@ -27,7 +27,7 @@ namespace PolyVox
{
class Volume;
class VOXEL_SCENE_MANAGER_API VolumeIterator
class POLYVOX_API VolumeIterator
{
public:
VolumeIterator(Volume& volume);