Moved A* pathfinder data from .cpp to header.
This commit is contained in:
@ -24,7 +24,7 @@ PROJECT(PolyVoxCore)
|
||||
|
||||
#Projects source files
|
||||
SET(CORE_SRC_FILES
|
||||
source/AStarPathfinder.cpp
|
||||
#source/AStarPathfinder.cpp
|
||||
)
|
||||
|
||||
#Projects headers files
|
||||
|
Reference in New Issue
Block a user