8b53703 ^
3eea219 ^
1 2 3
4
5 6 7 8
#ifndef PATH_HPP #define PATH_HPP # include "map.hpp" int path_search(struct walkpath_data *, map_local *, int, int, int, int, int); #endif // PATH_HPP