Moved some files into 'Impl' folder

This commit is contained in:
David Williams
2016-01-03 22:50:10 +00:00
parent 85b1bbb641
commit abfe63a525
6 changed files with 6 additions and 190 deletions

View File

@ -43,9 +43,6 @@ SET(CORE_INC_FILES
PolyVox/Density.h
PolyVox/Exceptions.h
PolyVox/FilePager.h
PolyVox/Interpolation.h
PolyVox/IteratorController.h
PolyVox/IteratorController.inl
PolyVox/LowPassFilter.h
PolyVox/LowPassFilter.inl
PolyVox/MarchingCubesSurfaceExtractor.h
@ -80,6 +77,9 @@ SET(IMPL_INC_FILES
PolyVox/Impl/Config.h
PolyVox/Impl/ErrorHandling.h
PolyVox/Impl/ExceptionsImpl.h
PolyVox/Impl/Interpolation.h
PolyVox/Impl/IteratorController.h
PolyVox/Impl/IteratorController.inl
PolyVox/Impl/LoggingImpl.h
PolyVox/Impl/MarchingCubesTables.h
PolyVox/Impl/PlatformDefinitions.h