Work on Arrays.

This commit is contained in:
David Williams
2010-03-14 21:31:17 +00:00
parent 33cf693ac8
commit dbde097547
4 changed files with 114 additions and 34 deletions

View File

@ -4,7 +4,6 @@ PROJECT(PolyVoxCore)
#Projects source files
SET(CORE_SRC_FILES
source/Array.cpp
source/GradientEstimators.cpp
source/SurfaceMesh.cpp
source/Log.cpp
@ -21,6 +20,7 @@ SET(CORE_SRC_FILES
#Projects headers files
SET(CORE_INC_FILES
include/Array.h
include/Array.inl
include/GradientEstimators.inl
include/SurfaceMesh.h
include/Log.h