Support for races up to waypoint node race, wip on interface for pathfinding to support both kinds.

This commit is contained in:
KimLS
2017-07-16 22:29:52 -07:00
parent eab6bb8314
commit 75ee3b30e2
3 changed files with 10 additions and 12 deletions
+5
View File
@@ -84,6 +84,8 @@ SET(zone_sources
npc_ai.cpp
object.cpp
oriented_bounding_box.cpp
pathfinder_nav_mesh.cpp
pathfinder_waypoint.cpp
pathing.cpp
perl_client.cpp
perl_doors.cpp
@@ -197,6 +199,9 @@ SET(zone_headers
npc_ai.h
object.h
oriented_bounding_box.h
pathfinder_interface.h
pathfinder_nav_mesh.h
pathfinder_waypoint.h
pathing.h
perlpacket.h
petitions.h