Added null pointer check.

Added files to CMakeLists.txt
This commit is contained in:
David Williams
2013-06-22 07:24:19 +02:00
parent a14de4a72e
commit 20db75fb75
2 changed files with 3 additions and 1 deletions

View File

@ -57,6 +57,7 @@ SET(CORE_INC_FILES
include/PolyVoxCore/DefaultIsQuadNeeded.h
include/PolyVoxCore/DefaultMarchingCubesController.h
include/PolyVoxCore/Density.h
include/PolyVoxCore/FilePager.h
include/PolyVoxCore/GradientEstimators.h
include/PolyVoxCore/GradientEstimators.inl
include/PolyVoxCore/Interpolation.h
@ -72,6 +73,7 @@ SET(CORE_INC_FILES
include/PolyVoxCore/Material.h
include/PolyVoxCore/MaterialDensityPair.h
include/PolyVoxCore/MinizCompressor.h
include/PolyVoxCore/Pager.h
include/PolyVoxCore/PolyVoxForwardDeclarations.h
include/PolyVoxCore/Picking.h
include/PolyVoxCore/Picking.inl