mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 23:56:35 +00:00
Support for races up to waypoint node race, wip on interface for pathfinding to support both kinds.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user