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

@ -2,7 +2,6 @@ PROJECT(PolyVoxSceneManager)
#Projects source files
SET(SRC_FILES
source/Block.cpp
source/IndexedSurfacePatch.cpp
source/MarchingCubesTables.cpp
source/PolyVoxSceneManager.cpp
@ -15,6 +14,7 @@ SET(SRC_FILES
#Projects headers files
SET(INC_FILES
include/Block.h
include/Block.inl
include/Constants.h
include/IndexedSurfacePatch.h
include/MarchingCubesTables.h