Fixed some linker warning about code that cannot be accessed.

This commit is contained in:
Daviw Williams
2012-11-16 11:14:55 +01:00
parent ef34c5d889
commit 422d2cb1b7
4 changed files with 67 additions and 216 deletions

View File

@ -32,4 +32,6 @@ namespace PolyVox
float computeSmoothedVoxel(typename VolumeType::Sampler& volIter);
}
#include "PolyVoxCore/VoxelFilters.inl"
#endif