Added new 'Array' class for supporting multidimensional arrays.
This commit is contained in:
		| @@ -4,6 +4,7 @@ PROJECT(PolyVoxCore) | ||||
|  | ||||
| #Projects source files | ||||
| SET(CORE_SRC_FILES | ||||
| 	source/Array.cpp | ||||
| 	source/GradientEstimators.cpp | ||||
| 	source/SurfaceMesh.cpp | ||||
| 	source/Log.cpp | ||||
| @@ -19,6 +20,7 @@ SET(CORE_SRC_FILES | ||||
|  | ||||
| #Projects headers files | ||||
| SET(CORE_INC_FILES | ||||
| 	include/Array.h | ||||
| 	include/GradientEstimators.inl | ||||
| 	include/SurfaceMesh.h | ||||
| 	include/Log.h | ||||
|   | ||||
		Reference in New Issue
	
	Block a user