mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 07:38:36 +00:00
Add pathfinding interfaces, still heavily wip
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include "pathfinder_null.h"
|
||||
#include "pathfinder_nav_mesh.h"
|
||||
#include "pathfinder_waypoint.h"
|
||||
|
||||
IPathfinder *IPathfinder::Load(const std::string &zone) {
|
||||
return new PathfinderNull();
|
||||
}
|
||||
Reference in New Issue
Block a user