mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
7 lines
185 B
C++
7 lines
185 B
C++
#include "pathfinder_null.h"
|
|
#include "pathfinder_nav_mesh.h"
|
|
#include "pathfinder_waypoint.h"
|
|
|
|
IPathfinder *IPathfinder::Load(const std::string &zone) {
|
|
return new PathfinderNull();
|
|
} |