Templatized Block class.

This commit is contained in:
David Williams
2008-04-20 18:44:00 +00:00
parent 35f9996663
commit 7177db44ac
7 changed files with 32 additions and 27 deletions

View File

@ -5,7 +5,7 @@
namespace PolyVox
{
class Block;
template <typename VoxelType> class Block;
class IndexedSurfacePatch;
class IntegrealVector3;
class PolyVoxSceneManager;