Block now working with new MinizCompressor. Removing some old compression code.

This commit is contained in:
Daviw Williams
2013-01-30 16:49:06 +01:00
parent 804a766037
commit a1cdf78250
5 changed files with 30 additions and 110 deletions

View File

@ -98,7 +98,6 @@ SET(CORE_INC_FILES
)
SET(IMPL_SRC_FILES
source/Impl/Compression.cpp
source/Impl/ErrorHandling.cpp
source/Impl/MarchingCubesTables.cpp
source/Impl/RandomUnitVectors.cpp
@ -113,7 +112,6 @@ SET(IMPL_INC_FILES
include/PolyVoxCore/Impl/Block.h
include/PolyVoxCore/Impl/Block.inl
include/PolyVoxCore/Impl/CompilerCapabilities.h
include/PolyVoxCore/Impl/Compression.h
include/PolyVoxCore/Impl/Config.h
include/PolyVoxCore/Impl/ErrorHandling.h
include/PolyVoxCore/Impl/MarchingCubesTables.h