Moved A* pathfinder data from .cpp to header.

This commit is contained in:
David Williams
2015-02-06 16:08:05 +01:00
parent 8065b709d1
commit d480935e38
3 changed files with 38 additions and 71 deletions

View File

@ -24,7 +24,7 @@ PROJECT(PolyVoxCore)
#Projects source files
SET(CORE_SRC_FILES
source/AStarPathfinder.cpp
#source/AStarPathfinder.cpp
)
#Projects headers files