Renamed BlockData to Block, and moved it out of Impl. It might be useful more generally...

This commit is contained in:
David Williams
2009-04-17 21:57:50 +00:00
parent 6e1ddaeb97
commit 1f6a3231c1
6 changed files with 11 additions and 11 deletions

View File

@ -16,6 +16,8 @@ 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
@ -42,8 +44,6 @@ SET(IMPL_SRC_FILES
)
SET(IMPL_INC_FILES
include/PolyVoxImpl/BlockData.h
include/PolyVoxImpl/BlockData.inl
include/PolyVoxImpl/CPlusPlusZeroXSupport.h
include/PolyVoxImpl/DecimatedSurfaceExtractor.h
include/PolyVoxImpl/FastSurfaceExtractor.h