Moved Block from PolyVoxCore to PolyVoxImpl.

This commit is contained in:
David Williams
2009-04-26 21:20:17 +00:00
parent b7ea308897
commit cb37ab39da
6 changed files with 5 additions and 5 deletions

View File

@ -16,8 +16,6 @@ SET(CORE_SRC_FILES
#Projects headers files
SET(CORE_INC_FILES
include/Block.h
include/Block.inl
include/GradientEstimators.inl
include/IndexedSurfacePatch.h
include/Log.h
@ -44,6 +42,8 @@ SET(IMPL_SRC_FILES
)
SET(IMPL_INC_FILES
include/PolyVoxImpl/Block.h
include/PolyVoxImpl/Block.inl
include/PolyVoxImpl/CPlusPlusZeroXSupport.h
include/PolyVoxImpl/DecimatedSurfaceExtractor.h
include/PolyVoxImpl/FastSurfaceExtractor.h